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