Interface SeffVariableChar

All Superinterfaces:
EObject, Notifier
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:
Generated class or method.
EMF model class or method.
  • Method Details

    • getCharacterisationType

      org.palladiosimulator.pcm.parameter.VariableCharacterisationType getCharacterisationType()
      Returns the value of the 'Characterisation Type' attribute. The literals are from the enumeration VariableCharacterisationType.
      Returns:
      the value of the 'Characterisation Type' attribute.
      See Also:
      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:
      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

      void setValue(String value)
      Sets the value of the 'Value' attribute.
      Parameters:
      value - the new value of the 'Value' attribute.
      See Also:
      Generated class or method.