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


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:

See Also:
EjbJar31Package.getEnterpriseBeansType()
Generated:
Model:
extendedMetaData="name='enterprise-beansType' 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.
  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

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:
EjbJar31Package.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 SessionBeanType.

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:
EjbJar31Package.getEnterpriseBeansType_Session()
Generated:
Model:
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='session' namespace='http://java.sun.com/xml/ns/javaee' group='#group:0'"

getEntity

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

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:
EjbJar31Package.getEnterpriseBeansType_Entity()
Generated:
Model:
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='entity' namespace='http://java.sun.com/xml/ns/javaee' group='#group:0'"

getMessageDriven

 getMessageDriven()
Returns the value of the 'Message Driven' containment reference list. The list contents are of type MessageDrivenBeanType.

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

Returns:
the value of the 'Message Driven' containment reference list.
See Also:
EjbJar31Package.getEnterpriseBeansType_MessageDriven()
Generated:
Model:
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='message-driven' namespace='http://java.sun.com/xml/ns/javaee' 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), EjbJar31Package.getEnterpriseBeansType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id'"

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: