|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RunAsType
A representation of the model object 'Run As Type'. The run-asType specifies the run-as identity to be used for the execution of a component. It contains an optional description, and the name of a security role.
The following features are supported:
EjbJar21Package.getRunAsType()
Method Summary | |
---|---|
|
getDescription()
Returns the value of the 'Description' containment reference list. |
java.lang.String |
getId()
Returns the value of the 'Id' attribute. |
RoleNameType |
getRoleName()
Returns the value of the 'Role Name' containment reference. |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute. |
void |
setRoleName(RoleNameType value)
Sets the value of the ' Role Name ' containment reference. |
Method Detail |
---|
getDescription()
DescriptionType
.
If the meaning of the 'Description' containment reference list isn't clear, there really should be more of a description here...
EjbJar21Package.getRunAsType_Description()
RoleNameType getRoleName()
If the meaning of the 'Role Name' containment reference isn't clear, there really should be more of a description here...
setRoleName(RoleNameType)
,
EjbJar21Package.getRunAsType_RoleName()
void setRoleName(RoleNameType value)
Role Name
' containment reference.
value
- the new value of the 'Role Name' containment reference.getRoleName()
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)
,
EjbJar21Package.getRunAsType_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |