com.ibm.websphere.models.extensions.selectorejbext
Interface Selectors

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
SelectorsImpl

public interface Selectors
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Selectors'. A list of selector defintions used by this application.

The following features are supported:

See Also:
SelectorejbextPackage.getSelectors()

Method Summary
 org.eclipse.emf.common.util.EList getSelectors()
          Returns the value of the 'Selectors' containment reference list.
 
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

getSelectors

org.eclipse.emf.common.util.EList getSelectors()
Returns the value of the 'Selectors' containment reference list. The list contents are of type Selector. A required List of Selector definitions

Returns:
the value of the 'Selectors' containment reference list.
See Also:
SelectorejbextPackage.getSelectors_Selectors()