org.eclipse.modisco.jee.ejbjar.EjbJar20
Interface MethodPermissionType


public interface MethodPermissionType

A representation of the model object 'Method Permission Type'.

The following features are supported:

See Also:
EjbJar20Package.getMethodPermissionType()
Generated:
Model:
extendedMetaData="name='method-permission_._type' kind='elementOnly'"

Method Summary
 DescriptionType getDescription()
          Returns the value of the 'Description' containment reference.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
  getMethod()
          Returns the value of the 'Method' containment reference list.
  getRoleName()
          Returns the value of the 'Role Name' containment reference list.
 UncheckedType getUnchecked()
          Returns the value of the 'Unchecked' containment reference.
 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.
 void setUnchecked(UncheckedType value)
          Sets the value of the 'Unchecked' containment reference.
 

Method Detail

getDescription

DescriptionType getDescription()
Returns the value of the 'Description' containment reference.

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

Returns:
the value of the 'Description' containment reference.
See Also:
setDescription(DescriptionType), EjbJar20Package.getMethodPermissionType_Description()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='description' namespace='##targetNamespace'"

setDescription

void setDescription(DescriptionType value)
Sets the value of the 'Description' containment reference.

Parameters:
value - the new value of the 'Description' containment reference.
See Also:
getDescription()
Generated:

getRoleName

 getRoleName()
Returns the value of the 'Role Name' containment reference list. The list contents are of type RoleNameType.

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

Returns:
the value of the 'Role Name' containment reference list.
See Also:
EjbJar20Package.getMethodPermissionType_RoleName()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='role-name' namespace='##targetNamespace'"

getUnchecked

UncheckedType getUnchecked()
Returns the value of the 'Unchecked' containment reference.

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

Returns:
the value of the 'Unchecked' containment reference.
See Also:
setUnchecked(UncheckedType), EjbJar20Package.getMethodPermissionType_Unchecked()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='unchecked' namespace='##targetNamespace'"

setUnchecked

void setUnchecked(UncheckedType value)
Sets the value of the 'Unchecked' containment reference.

Parameters:
value - the new value of the 'Unchecked' containment reference.
See Also:
getUnchecked()
Generated:

getMethod

 getMethod()
Returns the value of the 'Method' containment reference list. The list contents are of type MethodType.

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

Returns:
the value of the 'Method' containment reference list.
See Also:
EjbJar20Package.getMethodPermissionType_Method()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='method' namespace='##targetNamespace'"

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), EjbJar20Package.getMethodPermissionType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id' namespace='##targetNamespace'"

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: