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

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

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

A representation of the model object 'Selector Info'. Contains infromation defining selectors and locators defined by this application.

The following features are supported:

See Also:
SelectorejbextPackage.getSelectorInfo()

Method Summary
 Locators getLocators()
          Returns the value of the 'Locators' containment reference
 Selectors getSelectors()
          Returns the value of the 'Selectors' containment reference
 void setLocators(Locators value)
          Sets the value of the 'Locators' containment reference
 void setSelectors(Selectors value)
          Sets the value of the 'Selectors' containment reference
 
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

getLocators

Locators getLocators()
Returns the value of the 'Locators' containment reference. An optional relationship (by value) to the Locators object, which keeps a List of Locator definitions used by this application.

Returns:
the value of the 'Locators' containment reference.
See Also:
setLocators(Locators), SelectorejbextPackage.getSelectorInfo_Locators()

setLocators

void setLocators(Locators value)
Sets the value of the 'Locators' containment reference.

Parameters:
value - the new value of the 'Locators' containment reference.
See Also:
getLocators()

getSelectors

Selectors getSelectors()
Returns the value of the 'Selectors' containment reference. An optional relationship (by value) to the Selectors object, which keeps a List of Selector definitions used by this application.

Returns:
the value of the 'Selectors' containment reference.
See Also:
setSelectors(Selectors), SelectorejbextPackage.getSelectorInfo_Selectors()

setSelectors

void setSelectors(Selectors value)
Sets the value of the 'Selectors' containment reference.

Parameters:
value - the new value of the 'Selectors' containment reference.
See Also:
getSelectors()