org.eclipse.modisco.jee.ejbjar.EjbJar11
Interface EnterpriseBeansType


public interface EnterpriseBeansType

A representation of the model object 'Enterprise Beans Type'.

The following features are supported:

See Also:
EjbJar11Package.getEnterpriseBeansType()
Generated:
Model:
extendedMetaData="name='enterprise-beans_._type' kind='elementOnly'"

Method Summary
  getEntity()
          Returns the value of the 'Entity' containment reference list.
 FeatureMap getGroup()
          Returns the value of the 'Group' attribute list.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
  getSession()
          Returns the value of the 'Session' containment reference list.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 

Method Detail

getGroup

FeatureMap getGroup()
Returns the value of the 'Group' attribute list. The list contents are of type org.eclipse.emf.ecore.util.FeatureMap.Entry.

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

Returns:
the value of the 'Group' attribute list.
See Also:
EjbJar11Package.getEnterpriseBeansType_Group()
Generated:
Model:
unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" extendedMetaData="kind='group' name='group:0'"

getSession

 getSession()
Returns the value of the 'Session' containment reference list. The list contents are of type SessionType.

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

Returns:
the value of the 'Session' containment reference list.
See Also:
EjbJar11Package.getEnterpriseBeansType_Session()
Generated:
Model:
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='session' namespace='##targetNamespace' group='group:0'"

getEntity

 getEntity()
Returns the value of the 'Entity' containment reference list. The list contents are of type EntityType.

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

Returns:
the value of the 'Entity' containment reference list.
See Also:
EjbJar11Package.getEnterpriseBeansType_Entity()
Generated:
Model:
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='entity' namespace='##targetNamespace' group='group:0'"

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), EjbJar11Package.getEnterpriseBeansType_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: