Package de.sebinside.dcp.dsl.dSL
Interface GlobalValueConstantDefinition
-
- All Superinterfaces:
AbstractElement,EObject,GlobalConstantDefinition,Notifier
- All Known Implementing Classes:
GlobalValueConstantDefinitionImpl
public interface GlobalValueConstantDefinition extends GlobalConstantDefinition
A representation of the model object 'Global Value Constant Definition'.The following features are supported:
- See Also:
DSLPackage.getGlobalValueConstantDefinition()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CharacteristicVariablegetVariable()Returns the value of the 'Variable' containment reference.voidsetVariable(CharacteristicVariable value)Sets the value of the 'Variable' 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 de.sebinside.dcp.dsl.dSL.GlobalConstantDefinition
getLiterals, getRef, setRef
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getVariable
CharacteristicVariable getVariable()
Returns the value of the 'Variable' containment reference.- Returns:
- the value of the 'Variable' containment reference.
- See Also:
setVariable(CharacteristicVariable),DSLPackage.getGlobalValueConstantDefinition_Variable()- Generated class or method.
- EMF model class or method.
- containment="true"
-
setVariable
void setVariable(CharacteristicVariable value)
Sets the value of the 'Variable' containment reference.- Parameters:
value- the new value of the 'Variable' containment reference.- See Also:
getVariable()- Generated class or method.
-
-