public interface EnterpriseBeansType
The following features are supported:
EjbJar30Package.getEnterpriseBeansType()| Modifier and Type | Method and Description |
|---|---|
|
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.
|
|
getMessageDriven()
Returns the value of the 'Message Driven' containment reference list.
|
|
getSession()
Returns the value of the 'Session' containment reference list.
|
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
FeatureMap getGroup()
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...
EjbJar30Package.getEnterpriseBeansType_Group()getSession()
SessionBeanType.
If the meaning of the 'Session' containment reference list isn't clear, there really should be more of a description here...
EjbJar30Package.getEnterpriseBeansType_Session()getEntity()
EntityBeanType.
If the meaning of the 'Entity' containment reference list isn't clear, there really should be more of a description here...
EjbJar30Package.getEnterpriseBeansType_Entity()getMessageDriven()
MessageDrivenBeanType.
If the meaning of the 'Message Driven' containment reference list isn't clear, there really should be more of a description here...
EjbJar30Package.getEnterpriseBeansType_MessageDriven()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
EjbJar30Package.getEnterpriseBeansType_Id()