Inheritance diagram for org.objectweb.jonas_lib.deployment.xml.SecurityRoleRef:


Public Member Functions | |
| SecurityRoleRef () | |
| String | getDescription () |
| void | setDescription (String description) |
| String | getRoleName () |
| void | setRoleName (String roleName) |
| String | getRoleLink () |
| void | setRoleLink (String roleLink) |
| String | toXML (int indent) |
Definition at line 35 of file SecurityRoleRef.java.
|
|
Constructor Definition at line 56 of file SecurityRoleRef.java. |
|
|
Gets the description
Definition at line 64 of file SecurityRoleRef.java. |
|
|
Gets the role-link
Definition at line 96 of file SecurityRoleRef.java. Referenced by org.objectweb.jonas_lib.deployment.api.SecurityRoleRefDesc.SecurityRoleRefDesc(). |
|
|
Gets the role-name
Definition at line 80 of file SecurityRoleRef.java. Referenced by org.objectweb.jonas_lib.deployment.api.SecurityRoleRefDesc.SecurityRoleRefDesc(). |
|
|
Set the description
Definition at line 72 of file SecurityRoleRef.java. |
|
|
Set the role-link
Definition at line 104 of file SecurityRoleRef.java. |
|
|
Set the role-name
Definition at line 88 of file SecurityRoleRef.java. |
|
|
Represents this element by it's XML description.
Implements org.objectweb.jonas_lib.deployment.xml.AbsElement. Definition at line 113 of file SecurityRoleRef.java. References org.objectweb.jonas_lib.deployment.xml.AbsElement.indent(), and org.objectweb.jonas_lib.deployment.xml.AbsElement.xmlElement(). |
Here is the call graph for this function:

1.3.9.1