Package de.sebinside.dcp.dsl.dSL
Interface CharacteristicClassSelector
-
- All Known Subinterfaces:
AttributeClassSelector
,PropertyClassSelector
- All Known Implementing Classes:
AttributeClassSelectorImpl
,CharacteristicClassSelectorImpl
,PropertyClassSelectorImpl
public interface CharacteristicClassSelector extends EObject
A representation of the model object 'Characteristic Class Selector'.The following features are supported:
- See Also:
DSLPackage.getCharacteristicClassSelector()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CharacteristicClass
getRef()
Returns the value of the 'Ref' reference.void
setRef(CharacteristicClass value)
Sets the value of the 'Ref
' 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
CharacteristicClass getRef()
Returns the value of the 'Ref' reference.- Returns:
- the value of the 'Ref' reference.
- See Also:
setRef(CharacteristicClass)
,DSLPackage.getCharacteristicClassSelector_Ref()
- Generated class or method.
- EMF model class or method.
-
setRef
void setRef(CharacteristicClass value)
Sets the value of the 'Ref
' reference.- Parameters:
value
- the new value of the 'Ref' reference.- See Also:
getRef()
- Generated class or method.
-
-