Interface IntervalRange

    • Method Detail

      • isLowerBoundIncluded

        boolean isLowerBoundIncluded()
        Returns the value of the 'Lower Bound Included' attribute.

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

        Returns:
        the value of the 'Lower Bound Included' attribute.
        See Also:
        setLowerBoundIncluded(boolean), featuremodelPackage.getIntervalRange_LowerBoundIncluded()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setLowerBoundIncluded

        void setLowerBoundIncluded​(boolean value)
        Sets the value of the 'Lower Bound Included' attribute.
        Parameters:
        value - the new value of the 'Lower Bound Included' attribute.
        See Also:
        isLowerBoundIncluded()
        Generated class or method.
      • isUpperBoundIncluded

        boolean isUpperBoundIncluded()
        Returns the value of the 'Upper Bound Included' attribute.

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

        Returns:
        the value of the 'Upper Bound Included' attribute.
        See Also:
        setUpperBoundIncluded(boolean), featuremodelPackage.getIntervalRange_UpperBoundIncluded()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setUpperBoundIncluded

        void setUpperBoundIncluded​(boolean value)
        Sets the value of the 'Upper Bound Included' attribute.
        Parameters:
        value - the new value of the 'Upper Bound Included' attribute.
        See Also:
        isUpperBoundIncluded()
        Generated class or method.