|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EnterpriseBeansType
A representation of the model object 'Enterprise Beans Type'. The enterprise-beansType declares one or more enterprise beans. Each bean can be a session, entity or message-driven bean.
The following features are supported:
EjbJar30Package.getEnterpriseBeansType()
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. |
|
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. |
Method Detail |
---|
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()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |