org.eclipse.modisco.jee.ejbjar.EjbJar21
Interface ExcludeListType


public interface ExcludeListType

A representation of the model object 'Exclude List Type'. The exclude-listType specifies one or more methods which the Assembler marks to be uncallable. If the method permission relation contains methods that are in the exclude list, the Deployer should consider those methods to be uncallable.

The following features are supported:

See Also:
EjbJar21Package.getExcludeListType()
Generated:
Model:
extendedMetaData="name='exclude-listType' 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.
  getMethod()
          Returns the value of the 'Method' containment reference list.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 

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:
EjbJar21Package.getExcludeListType_Description()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='description' namespace='http://java.sun.com/xml/ns/j2ee'"

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:
EjbJar21Package.getExcludeListType_Method()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='method' namespace='http://java.sun.com/xml/ns/j2ee'"

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), EjbJar21Package.getExcludeListType_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: