Interface DiscreteRangeDegree

    • Method Detail

      • getTo

        int getTo()
        Returns the value of the 'To' attribute.

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

        Returns:
        the value of the 'To' attribute.
        See Also:
        setTo(int), specificPackage.getDiscreteRangeDegree_To()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setTo

        void setTo​(int value)
        Sets the value of the 'To' attribute.
        Parameters:
        value - the new value of the 'To' attribute.
        See Also:
        getTo()
        Generated class or method.
      • getFrom

        int getFrom()
        Returns the value of the 'From' attribute.

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

        Returns:
        the value of the 'From' attribute.
        See Also:
        setFrom(int), specificPackage.getDiscreteRangeDegree_From()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setFrom

        void setFrom​(int value)
        Sets the value of the 'From' attribute.
        Parameters:
        value - the new value of the 'From' attribute.
        See Also:
        getFrom()
        Generated class or method.