Interface ValueEnumType

All Superinterfaces:
EObject, Notifier, ValueEnumBaseType
All Known Subinterfaces:
ValuesType
All Known Implementing Classes:
ValueEnumTypeImpl, ValuesTypeImpl

public interface ValueEnumType extends ValueEnumBaseType
A representation of the model object 'Value Enum Type'. List of all the valid values and/or intervals of values for this variable. For numeric variables, signed values shall be ordered from negative infinity to positive infinity. For intervals, the type and semantic attributes are inherited by children elements, but can be superceded here.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Semantic' attribute.
    Returns the value of the 'Type' attribute.
    void
    Sets the value of the 'Semantic' attribute.
    void
    setType(String value)
    Sets the value of the 'Type' attribute.

    Methods inherited from interface EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver

    Methods inherited from interface ValueEnumBaseType

    getGroup, getInterval, getSingleValue
  • Method Details

    • getSemantic

      String getSemantic()
      Returns the value of the 'Semantic' attribute. Should be included if the semantics or meaning is not clearly specified elsewhere, and the valueEnumBaseType does not include any "interval" elements that include this attribute.
      Returns:
      the value of the 'Semantic' attribute.
      See Also:
    • setSemantic

      void setSemantic(String value)
      Sets the value of the 'Semantic' attribute.
      Parameters:
      value - the new value of the 'Semantic' attribute.
      See Also:
    • getType

      String getType()
      Returns the value of the 'Type' attribute. Should be included if the data type is not string, and the valueEnumBaseType does not include any "interval" elements that include this attribute.
      Returns:
      the value of the 'Type' attribute.
      See Also:
    • setType

      void setType(String value)
      Sets the value of the 'Type' attribute.
      Parameters:
      value - the new value of the 'Type' attribute.
      See Also: