org.eclipse.jst.j2ee.common
Interface SecurityRoleRef

All Superinterfaces:
J2EEEObject

public interface SecurityRoleRef
extends J2EEEObject

Since:
1.0

Method Summary
 java.lang.String getDescription()
           
 EList getDescriptions()
          Returns the value of the 'Descriptions' containment reference list.
 java.lang.String getLink()
           
 java.lang.String getName()
           
 void setDescription(java.lang.String value)
           
 void setLink(java.lang.String value)
           
 void setName(java.lang.String value)
           
 

Method Detail

getName

public java.lang.String getName()
Returns:
The value of the Name attribute

setName

public void setName(java.lang.String value)
Parameters:
value - The new value of the Name attribute

getDescription

public java.lang.String getDescription()
Returns:
The value of the Description attribute The description element is used by the ejb-jar file producer to provide text describing the parent element. The description element should include any information that the ejb-jar file producer wants to provide to the consumer of the ejb-jar file (i.e. to the Deployer). Typically, the tools used by the ejb-jar file consumer will display the description when processing the parent element.

setDescription

public void setDescription(java.lang.String value)
Parameters:
value - The new value of the Description attribute

getLink

public java.lang.String getLink()
Returns:
The value of the Link attribute The role-link element is used to link a security role reference to a defined security role. The role-link element must contain the name of one of the security roles defined in the security-role elements.

setLink

public void setLink(java.lang.String value)
Parameters:
value - The new value of the Link attribute

getDescriptions

public EList getDescriptions()
Returns the value of the 'Descriptions' containment reference list. The list contents are of type Description.

If the meaning of the 'Descriptions' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Descriptions' containment reference list.
See Also:
CommonPackage.getSecurityRoleRef_Descriptions()