public interface AssemblyDescriptorType
The following features are supported:
EjbJar11Package.getAssemblyDescriptorType()| Modifier and Type | Method and Description |
|---|---|
|
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. |
getSecurityRole()
SecurityRoleType.
If the meaning of the 'Security Role' containment reference list isn't clear, there really should be more of a description here...
EjbJar11Package.getAssemblyDescriptorType_SecurityRole()getMethodPermission()
MethodPermissionType.
If the meaning of the 'Method Permission' containment reference list isn't clear, there really should be more of a description here...
EjbJar11Package.getAssemblyDescriptorType_MethodPermission()getContainerTransaction()
ContainerTransactionType.
If the meaning of the 'Container Transaction' containment reference list isn't clear, there really should be more of a description here...
EjbJar11Package.getAssemblyDescriptorType_ContainerTransaction()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),
EjbJar11Package.getAssemblyDescriptorType_Id()