Package de.sebinside.dcp.dsl.dSL
Interface Destination
-
- All Known Implementing Classes:
DestinationImpl
public interface Destination extends EObject
A representation of the model object 'Destination'.The following features are supported:
- See Also:
DSLPackage.getDestination()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<NodeSelector>
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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getSelectors
EList<NodeSelector> getSelectors()
Returns the value of the 'Selectors' containment reference list. The list contents are of typeNodeSelector
.- Returns:
- the value of the 'Selectors' containment reference list.
- See Also:
DSLPackage.getDestination_Selectors()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
-