Package de.sebinside.dcp.dsl.dSL
Interface GlobalSetConstantDefinition
-
- All Superinterfaces:
AbstractElement
,EObject
,GlobalConstantDefinition
,Notifier
- All Known Implementing Classes:
GlobalSetConstantDefinitionImpl
public interface GlobalSetConstantDefinition extends GlobalConstantDefinition
A representation of the model object 'Global Set Constant Definition'.The following features are supported:
- See Also:
DSLPackage.getGlobalSetConstantDefinition()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CharacteristicSet
getVariable()
Returns the value of the 'Variable' containment reference.void
setVariable(CharacteristicSet 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
CharacteristicSet getVariable()
Returns the value of the 'Variable' containment reference.- Returns:
- the value of the 'Variable' containment reference.
- See Also:
setVariable(CharacteristicSet)
,DSLPackage.getGlobalSetConstantDefinition_Variable()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setVariable
void setVariable(CharacteristicSet 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.
-
-