Package de.sebinside.dcp.dsl.dSL
Interface CharacteristicReference
-
- All Known Implementing Classes:
CharacteristicReferenceImpl
public interface CharacteristicReference extends Reference
A representation of the model object 'Characteristic Reference'.The following features are supported:
- See Also:
DSLPackage.getCharacteristicReference()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CharacteristicVariablegetValue()Returns the value of the 'Value' reference.voidsetValue(CharacteristicVariable value)Sets the value of the 'Value' 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
-
getValue
CharacteristicVariable getValue()
Returns the value of the 'Value' reference.- Returns:
- the value of the 'Value' reference.
- See Also:
setValue(CharacteristicVariable),DSLPackage.getCharacteristicReference_Value()- Generated class or method.
- EMF model class or method.
-
setValue
void setValue(CharacteristicVariable value)
Sets the value of the 'Value' reference.- Parameters:
value- the new value of the 'Value' reference.- See Also:
getValue()- Generated class or method.
-
-