org.eclipse.modisco.jee.ejbjar.EjbJar30
Interface RunAsType


public interface RunAsType

A representation of the model object 'Run As Type'. The run-asType specifies the run-as identity to be used for the execution of a component. It contains an optional description, and the name of a security role.

The following features are supported:

See Also:
EjbJar30Package.getRunAsType()
Generated:
Model:
extendedMetaData="name='run-asType' 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:
EjbJar30Package.getRunAsType_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), EjbJar30Package.getRunAsType_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), EjbJar30Package.getRunAsType_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: