public interface AuthConstraintType
The following features are supported:
Webapp23Package.getAuthConstraintType()| 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.
|
|
getRoleName()
Returns the value of the 'Role Name' containment reference list.
|
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. |
DescriptionType getDescription()
If the meaning of the 'Description' containment reference isn't clear, there really should be more of a description here...
setDescription(DescriptionType),
Webapp23Package.getAuthConstraintType_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...
Webapp23Package.getAuthConstraintType_RoleName()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),
Webapp23Package.getAuthConstraintType_Id()