Interface SeffVariableChar
- All Known Implementing Classes:
SeffVariableCharImpl
A representation of the model object 'Seff Variable Char'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.pcm.parameter.VariableCharacterisationType
Returns the value of the 'Characterisation Type' attribute.getValue()
Returns the value of the 'Value' attribute.void
setCharacterisationType
(org.palladiosimulator.pcm.parameter.VariableCharacterisationType value) Sets the value of the 'Characterisation Type
' attribute.void
Sets the value of the 'Value
' attribute.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 Details
-
getCharacterisationType
org.palladiosimulator.pcm.parameter.VariableCharacterisationType getCharacterisationType()Returns the value of the 'Characterisation Type' attribute. The literals are from the enumerationVariableCharacterisationType
.- Returns:
- the value of the 'Characterisation Type' attribute.
- See Also:
-
VariableCharacterisationType
setCharacterisationType(VariableCharacterisationType)
RepoLangPackage.getSeffVariableChar_CharacterisationType()
- Generated class or method.
- EMF model class or method.
-
setCharacterisationType
void setCharacterisationType(org.palladiosimulator.pcm.parameter.VariableCharacterisationType value) Sets the value of the 'Characterisation Type
' attribute.- Parameters:
value
- the new value of the 'Characterisation Type' attribute.- See Also:
-
VariableCharacterisationType
getCharacterisationType()
- Generated class or method.
-
getValue
String getValue()Returns the value of the 'Value' attribute.- Returns:
- the value of the 'Value' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setValue
Sets the value of the 'Value
' attribute.- Parameters:
value
- the new value of the 'Value' attribute.- See Also:
- Generated class or method.
-