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


public interface AssemblyDescriptorType

A representation of the model object 'Assembly Descriptor Type'.

The following features are supported:

See Also:
EjbJar11Package.getAssemblyDescriptorType()
Generated:
Model:
extendedMetaData="name='assembly-descriptor_._type' kind='elementOnly'"

Method Summary
  getContainerTransaction()
          Returns the value of the 'Container Transaction' containment reference list.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
  getMethodPermission()
          Returns the value of the 'Method Permission' containment reference list.
  getSecurityRole()
          Returns the value of the 'Security Role' containment reference list.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 

Method Detail

getSecurityRole

 getSecurityRole()
Returns the value of the 'Security Role' containment reference list. The list contents are of type SecurityRoleType.

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

Returns:
the value of the 'Security Role' containment reference list.
See Also:
EjbJar11Package.getAssemblyDescriptorType_SecurityRole()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='security-role' namespace='##targetNamespace'"

getMethodPermission

 getMethodPermission()
Returns the value of the 'Method Permission' containment reference list. The list contents are of type MethodPermissionType.

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

Returns:
the value of the 'Method Permission' containment reference list.
See Also:
EjbJar11Package.getAssemblyDescriptorType_MethodPermission()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='method-permission' namespace='##targetNamespace'"

getContainerTransaction

 getContainerTransaction()
Returns the value of the 'Container Transaction' containment reference list. The list contents are of type ContainerTransactionType.

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

Returns:
the value of the 'Container Transaction' containment reference list.
See Also:
EjbJar11Package.getAssemblyDescriptorType_ContainerTransaction()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='container-transaction' namespace='##targetNamespace'"

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.getAssemblyDescriptorType_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: