Interface ParaType

    • Method Detail

      • 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:
        isSetStartValue(), unsetStartValue(), setStartValue(int), LqnPackage.getParaType_StartValue()
        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'"
      • 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:
        isSetEndValue(), unsetEndValue(), setEndValue(int), LqnPackage.getParaType_EndValue()
        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'"
      • 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:
        isSetStepValue(), unsetStepValue(), setStepValue(int), LqnPackage.getParaType_StepValue()
        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'"
      • 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:
        LqnPackage.getParaType_Value()
        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'"