Interface SeffVariableChar
-
- All Known Implementing Classes:
SeffVariableCharImpl
public interface SeffVariableChar extends EObject
A representation of the model object 'Seff Variable Char'.The following features are supported:
- See Also:
RepoLangPackage.getSeffVariableChar()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.palladiosimulator.pcm.parameter.VariableCharacterisationTypegetCharacterisationType()Returns the value of the 'Characterisation Type' attribute.StringgetValue()Returns the value of the 'Value' attribute.voidsetCharacterisationType(org.palladiosimulator.pcm.parameter.VariableCharacterisationType value)Sets the value of the 'Characterisation Type' attribute.voidsetValue(String value)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 Detail
-
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:
setValue(String),RepoLangPackage.getSeffVariableChar_Value()- Generated class or method.
- EMF model class or method.
-
setValue
void setValue(String value)
Sets the value of the 'Value' attribute.- Parameters:
value- the new value of the 'Value' attribute.- See Also:
getValue()- Generated class or method.
-
-