com.ibm.etools.cobol.application.model.cobol

Interface LiteralValueRange

    • Method Detail

      • getLowerLimit

        LiteralTypedValue getLowerLimit()
        Returns the value of the 'Lower Limit' containment reference.

        The first literal in the THROUGH phrase.

        Returns:
        the value of the 'Lower Limit' containment reference.
        See Also:
        setLowerLimit(LiteralTypedValue), COBOLPackage.getLiteralValueRange_LowerLimit()
      • setLowerLimit

        void setLowerLimit(LiteralTypedValue value)
        Sets the value of the 'Lower Limit' containment reference.
        Parameters:
        value - the new value of the 'Lower Limit' containment reference.
        See Also:
        getLowerLimit()
      • getUpperLimit

        LiteralTypedValue getUpperLimit()
        Returns the value of the 'Upper Limit' containment reference.

        The second literal in the THROUGH phrase.

        Returns:
        the value of the 'Upper Limit' containment reference.
        See Also:
        setUpperLimit(LiteralTypedValue), COBOLPackage.getLiteralValueRange_UpperLimit()
      • setUpperLimit

        void setUpperLimit(LiteralTypedValue value)
        Sets the value of the 'Upper Limit' containment reference.
        Parameters:
        value - the new value of the 'Upper Limit' containment reference.
        See Also:
        getUpperLimit()