org.eclipse.modisco.jee.ejbjar.EjbJar20
Interface EjbRelationType


public interface EjbRelationType

A representation of the model object 'Ejb Relation Type'.

The following features are supported:

See Also:
EjbJar20Package.getEjbRelationType()
Generated:
Model:
extendedMetaData="name='ejb-relation_._type' kind='elementOnly'"

Method Summary
 DescriptionType getDescription()
          Returns the value of the 'Description' containment reference.
 EjbRelationNameType getEjbRelationName()
          Returns the value of the 'Ejb Relation Name' containment reference.
 EjbRelationshipRoleType getEjbRelationshipRole()
          Returns the value of the 'Ejb Relationship Role' containment reference.
 EjbRelationshipRoleType getEjbRelationshipRole1()
          Returns the value of the 'Ejb Relationship Role1' containment reference.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 void setDescription(DescriptionType value)
          Sets the value of the 'Description' containment reference.
 void setEjbRelationName(EjbRelationNameType value)
          Sets the value of the 'Ejb Relation Name' containment reference.
 void setEjbRelationshipRole(EjbRelationshipRoleType value)
          Sets the value of the 'Ejb Relationship Role' containment reference.
 void setEjbRelationshipRole1(EjbRelationshipRoleType value)
          Sets the value of the 'Ejb Relationship Role1' containment reference.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 

Method Detail

getDescription

DescriptionType getDescription()
Returns the value of the 'Description' containment reference.

If the meaning of the 'Description' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Description' containment reference.
See Also:
setDescription(DescriptionType), EjbJar20Package.getEjbRelationType_Description()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='description' namespace='##targetNamespace'"

setDescription

void setDescription(DescriptionType value)
Sets the value of the 'Description' containment reference.

Parameters:
value - the new value of the 'Description' containment reference.
See Also:
getDescription()
Generated:

getEjbRelationName

EjbRelationNameType getEjbRelationName()
Returns the value of the 'Ejb Relation Name' containment reference.

If the meaning of the 'Ejb Relation Name' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ejb Relation Name' containment reference.
See Also:
setEjbRelationName(EjbRelationNameType), EjbJar20Package.getEjbRelationType_EjbRelationName()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='ejb-relation-name' namespace='##targetNamespace'"

setEjbRelationName

void setEjbRelationName(EjbRelationNameType value)
Sets the value of the 'Ejb Relation Name' containment reference.

Parameters:
value - the new value of the 'Ejb Relation Name' containment reference.
See Also:
getEjbRelationName()
Generated:

getEjbRelationshipRole

EjbRelationshipRoleType getEjbRelationshipRole()
Returns the value of the 'Ejb Relationship Role' containment reference.

If the meaning of the 'Ejb Relationship Role' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ejb Relationship Role' containment reference.
See Also:
setEjbRelationshipRole(EjbRelationshipRoleType), EjbJar20Package.getEjbRelationType_EjbRelationshipRole()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='ejb-relationship-role' namespace='##targetNamespace'"

setEjbRelationshipRole

void setEjbRelationshipRole(EjbRelationshipRoleType value)
Sets the value of the 'Ejb Relationship Role' containment reference.

Parameters:
value - the new value of the 'Ejb Relationship Role' containment reference.
See Also:
getEjbRelationshipRole()
Generated:

getEjbRelationshipRole1

EjbRelationshipRoleType getEjbRelationshipRole1()
Returns the value of the 'Ejb Relationship Role1' containment reference.

If the meaning of the 'Ejb Relationship Role1' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ejb Relationship Role1' containment reference.
See Also:
setEjbRelationshipRole1(EjbRelationshipRoleType), EjbJar20Package.getEjbRelationType_EjbRelationshipRole1()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='ejb-relationship-role' namespace='##targetNamespace'"

setEjbRelationshipRole1

void setEjbRelationshipRole1(EjbRelationshipRoleType value)
Sets the value of the 'Ejb Relationship Role1' containment reference.

Parameters:
value - the new value of the 'Ejb Relationship Role1' containment reference.
See Also:
getEjbRelationshipRole1()
Generated:

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), EjbJar20Package.getEjbRelationType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id' namespace='##targetNamespace'"

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated: