Interface ParaType

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
ParaTypeImpl

public interface ParaType extends EObject
A representation of the model object 'Para Type'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
extendedMetaData="name='para_._type' kind='elementOnly'"
  • Method Details

    • getStartValue

      int getStartValue()
      Returns the value of the 'Start Value' attribute.

      If the meaning of the 'Start Value' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Start Value' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Int" extendedMetaData="kind='element' name='start-value' namespace='##targetNamespace'"
    • setStartValue

      void setStartValue(int value)
      Sets the value of the 'Start Value' attribute.
      Parameters:
      value - the new value of the 'Start Value' attribute.
      See Also:
      Generated class or method.
    • unsetStartValue

      void unsetStartValue()
      Unsets the value of the 'Start Value' attribute.
      See Also:
      Generated class or method.
    • isSetStartValue

      boolean isSetStartValue()
      Returns whether the value of the 'Start Value' attribute is set.
      Returns:
      whether the value of the 'Start Value' attribute is set.
      See Also:
      Generated class or method.
    • getEndValue

      int getEndValue()
      Returns the value of the 'End Value' attribute.

      If the meaning of the 'End Value' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'End Value' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Int" extendedMetaData="kind='element' name='end-value' namespace='##targetNamespace'"
    • setEndValue

      void setEndValue(int value)
      Sets the value of the 'End Value' attribute.
      Parameters:
      value - the new value of the 'End Value' attribute.
      See Also:
      Generated class or method.
    • unsetEndValue

      void unsetEndValue()
      Unsets the value of the 'End Value' attribute.
      See Also:
      Generated class or method.
    • isSetEndValue

      boolean isSetEndValue()
      Returns whether the value of the 'End Value' attribute is set.
      Returns:
      whether the value of the 'End Value' attribute is set.
      See Also:
      Generated class or method.
    • getStepValue

      int getStepValue()
      Returns the value of the 'Step Value' attribute.

      If the meaning of the 'Step Value' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Step Value' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Int" extendedMetaData="kind='element' name='step-value' namespace='##targetNamespace'"
    • setStepValue

      void setStepValue(int value)
      Sets the value of the 'Step Value' attribute.
      Parameters:
      value - the new value of the 'Step Value' attribute.
      See Also:
      Generated class or method.
    • unsetStepValue

      void unsetStepValue()
      Unsets the value of the 'Step Value' attribute.
      See Also:
      Generated class or method.
    • isSetStepValue

      boolean isSetStepValue()
      Returns whether the value of the 'Step Value' attribute is set.
      Returns:
      whether the value of the 'Step Value' attribute is set.
      See Also:
      Generated class or method.
    • getValue

      EList<Integer> getValue()
      Returns the value of the 'Value' attribute list. The list contents are of type Integer.

      If the meaning of the 'Value' attribute list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Value' attribute list.
      See Also:
      Generated class or method.
      EMF model class or method.
      unique="false" dataType="org.eclipse.emf.ecore.xml.type.Int" extendedMetaData="kind='element' name='value' namespace='##targetNamespace'"