Interface EnvVariable
- All Superinterfaces:
EObject,ExternalField,Field,Notifier
- All Known Implementing Classes:
EnvVariableImpl
A representation of the model object 'Env Variable'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Variable Id' attribute.voidsetVariableId(String value) Sets the value of the 'Variable Id' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.palladiosimulator.simexp.dsl.smodel.smodel.Field
getDataType, getName, setDataType, setNameMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getVariableId
String getVariableId()Returns the value of the 'Variable Id' attribute.- Returns:
- the value of the 'Variable Id' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setVariableId
Sets the value of the 'Variable Id' attribute.- Parameters:
value- the new value of the 'Variable Id' attribute.- See Also:
- Generated class or method.
-