org.eclipse.modisco.jee.ejbjar.EjbJar31
Interface SecurityRoleType


public interface SecurityRoleType

A representation of the model object 'Security Role Type'. This role includes all employees who are authorized to access the employee service application. employee ]]>

The following features are supported:

See Also:
EjbJar31Package.getSecurityRoleType()
Generated:
Model:
extendedMetaData="name='security-roleType' kind='elementOnly'"

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

 getDescription()
Returns the value of the 'Description' containment reference list. The list contents are of type DescriptionType.

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

Returns:
the value of the 'Description' containment reference list.
See Also:
EjbJar31Package.getSecurityRoleType_Description()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='description' namespace='http://java.sun.com/xml/ns/javaee'"

getRoleName

RoleNameType getRoleName()
Returns the value of the 'Role Name' containment reference.

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

Returns:
the value of the 'Role Name' containment reference.
See Also:
setRoleName(RoleNameType), EjbJar31Package.getSecurityRoleType_RoleName()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='role-name' namespace='http://java.sun.com/xml/ns/javaee'"

setRoleName

void setRoleName(RoleNameType value)
Sets the value of the 'Role Name' containment reference.

Parameters:
value - the new value of the 'Role Name' containment reference.
See Also:
getRoleName()
Generated:

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), EjbJar31Package.getSecurityRoleType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id'"

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated: