Package de.sebinside.dcp.dsl.dSL
Interface GlobalConstantDefinition
-
- All Superinterfaces:
AbstractElement
,EObject
,Notifier
- All Known Subinterfaces:
GlobalSetConstantDefinition
,GlobalValueConstantDefinition
- All Known Implementing Classes:
GlobalConstantDefinitionImpl
,GlobalSetConstantDefinitionImpl
,GlobalValueConstantDefinitionImpl
public interface GlobalConstantDefinition extends AbstractElement
A representation of the model object 'Global Constant Definition'.The following features are supported:
- See Also:
DSLPackage.getGlobalConstantDefinition()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<org.palladiosimulator.dataflow.dictionary.characterized.DataDictionaryCharacterized.Literal>
getLiterals()
Returns the value of the 'Literals' reference list.CharacteristicType
getRef()
Returns the value of the 'Ref' reference.void
setRef(CharacteristicType 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
CharacteristicType getRef()
Returns the value of the 'Ref' reference.- Returns:
- the value of the 'Ref' reference.
- See Also:
setRef(CharacteristicType)
,DSLPackage.getGlobalConstantDefinition_Ref()
- Generated class or method.
- EMF model class or method.
-
setRef
void setRef(CharacteristicType value)
Sets the value of the 'Ref
' reference.- Parameters:
value
- the new value of the 'Ref' reference.- See Also:
getRef()
- Generated class or method.
-
getLiterals
EList<org.palladiosimulator.dataflow.dictionary.characterized.DataDictionaryCharacterized.Literal> getLiterals()
Returns the value of the 'Literals' reference list. The list contents are of typeLiteral
.- Returns:
- the value of the 'Literals' reference list.
- See Also:
DSLPackage.getGlobalConstantDefinition_Literals()
- Generated class or method.
- EMF model class or method.
-
-