org.eclipse.jst.j2ee.common
Interface SecurityRole

All Superinterfaces:
org.eclipse.emf.ecore.EObject, J2EEEObject, org.eclipse.emf.common.notify.Notifier

public interface SecurityRole
extends J2EEEObject

A semantic grouping of operations that may be performed by a subject. The security-role element contains the declaration of a security role which is used in the security-constraints placed on the web application.

Since:
1.0

Method Summary
 java.lang.String getDescription()
           
 org.eclipse.emf.common.util.EList getDescriptions()
          Returns the value of the 'Descriptions' containment reference list.
 java.lang.String getRoleName()
           
 void setDescription(java.lang.String value)
           
 void setRoleName(java.lang.String value)
           
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getDescription

java.lang.String getDescription()
Returns:
The value of the Description attribute

setDescription

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

getRoleName

java.lang.String getRoleName()
Returns:
The value of the RoleName attribute The role-name element contains the name of a role. This element must contain a non-empty string.

setRoleName

void setRoleName(java.lang.String value)
Parameters:
value - The new value of the RoleName attribute

getDescriptions

org.eclipse.emf.common.util.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.getSecurityRole_Descriptions()