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

Interface SubtractStmt

    • Method Detail

      • isEndSubtractUsed

        boolean isEndSubtractUsed()
        Returns the value of the 'End Subtract Used' attribute.

        The value is true if END-SUBTRACT is present; false otherwise.

        Returns:
        the value of the 'End Subtract Used' attribute.
        See Also:
        setEndSubtractUsed(boolean), COBOLPackage.getSubtractStmt_EndSubtractUsed()
      • setEndSubtractUsed

        void setEndSubtractUsed(boolean value)
        Sets the value of the 'End Subtract Used' attribute.
        Parameters:
        value - the new value of the 'End Subtract Used' attribute.
        See Also:
        isEndSubtractUsed()