Package de.sebinside.dcp.dsl.dSL
Interface CharacteristicSelector
-
- All Known Subinterfaces:
AttributeSelector,PropertySelector
- All Known Implementing Classes:
AttributeSelectorImpl,CharacteristicSelectorImpl,PropertySelectorImpl
public interface CharacteristicSelector extends EObject
A representation of the model object 'Characteristic Selector'.The following features are supported:
- See Also:
DSLPackage.getCharacteristicSelector()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CharacteristicTypeSelectorgetRef()Returns the value of the 'Ref' containment reference.voidsetRef(CharacteristicTypeSelector value)Sets the value of the 'Ref' containment reference.-
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
-
getRef
CharacteristicTypeSelector getRef()
Returns the value of the 'Ref' containment reference.- Returns:
- the value of the 'Ref' containment reference.
- See Also:
setRef(CharacteristicTypeSelector),DSLPackage.getCharacteristicSelector_Ref()- Generated class or method.
- EMF model class or method.
- containment="true"
-
setRef
void setRef(CharacteristicTypeSelector value)
Sets the value of the 'Ref' containment reference.- Parameters:
value- the new value of the 'Ref' containment reference.- See Also:
getRef()- Generated class or method.
-
-