org.eclipse.jst.j2ee.ejb
Interface ExcludeList

All Superinterfaces:
org.eclipse.emf.ecore.EObject, J2EEEObject, org.eclipse.emf.common.notify.Notifier

public interface ExcludeList
extends J2EEEObject

The exclude list element defines a set of methods which the Assembler marks to be uncallable. It contains one or more methods. If the method permission relation contains methods that are in the exclude list, the Deployer must consider those methods to be uncallable.

Since:
1.0

Method Summary
 java.lang.String getDescription()
           
 org.eclipse.emf.common.util.EList getDescriptions()
          Returns the value of the 'Descriptions' containment reference list.
 org.eclipse.emf.common.util.EList getMethodElements()
           
 java.util.List getMethodElements(EnterpriseBean anEJB)
          Return a List of MethodElements that point to
 void setDescription(java.lang.String value)
           
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getDescription

java.lang.String getDescription()
Returns:
The value of the Description attribute

setDescription

void setDescription(java.lang.String value)
Parameters:
value - The new value of the Description attribute

getMethodElements

org.eclipse.emf.common.util.EList getMethodElements()
Returns:
The list of MethodElements references

getDescriptions

org.eclipse.emf.common.util.EList getDescriptions()
Returns the value of the 'Descriptions' containment reference list. The list contents are of type Description.

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

Returns:
the value of the 'Descriptions' containment reference list.
See Also:
EjbPackage.getExcludeList_Descriptions()

getMethodElements

java.util.List getMethodElements(EnterpriseBean anEJB)
Return a List of MethodElements that point to