public interface MethodPermissionType
The following features are supported:
EjbJar31Package.getMethodPermissionType()| Modifier and Type | Method and Description |
|---|---|
|
getDescription()
Returns the value of the 'Description' containment reference list.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
|
getMethod()
Returns the value of the 'Method' containment reference list.
|
|
getRoleName()
Returns the value of the 'Role Name' containment reference list.
|
EmptyType |
getUnchecked()
Returns the value of the 'Unchecked' containment reference.
|
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
void |
setUnchecked(EmptyType value)
Sets the value of the '
Unchecked' containment reference. |
getDescription()
DescriptionType.
If the meaning of the 'Description' containment reference list isn't clear, there really should be more of a description here...
EjbJar31Package.getMethodPermissionType_Description()getRoleName()
RoleNameType.
If the meaning of the 'Role Name' containment reference list isn't clear, there really should be more of a description here...
EjbJar31Package.getMethodPermissionType_RoleName()EmptyType getUnchecked()
setUnchecked(EmptyType),
EjbJar31Package.getMethodPermissionType_Unchecked()void setUnchecked(EmptyType value)
Unchecked' containment reference.
value - the new value of the 'Unchecked' containment reference.getUnchecked()getMethod()
MethodType.
If the meaning of the 'Method' containment reference list isn't clear, there really should be more of a description here...
EjbJar31Package.getMethodPermissionType_Method()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),
EjbJar31Package.getMethodPermissionType_Id()