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

Interface DivideStmt

    • Method Detail

      • getDivide

        DataRefOrLiteral getDivide()
        Returns the value of the 'Divide' containment reference.

        The value is the data item or literal specified before the INTO or BY keyword.

        Returns:
        the value of the 'Divide' containment reference.
        See Also:
        setDivide(DataRefOrLiteral), COBOLPackage.getDivideStmt_Divide()
      • setDivide

        void setDivide(DataRefOrLiteral value)
        Sets the value of the 'Divide' containment reference.
        Parameters:
        value - the new value of the 'Divide' containment reference.
        See Also:
        getDivide()
      • isEndDivideUsed

        boolean isEndDivideUsed()
        Returns the value of the 'End Divide Used' attribute.

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

        Returns:
        the value of the 'End Divide Used' attribute.
        See Also:
        setEndDivideUsed(boolean), COBOLPackage.getDivideStmt_EndDivideUsed()
      • setEndDivideUsed

        void setEndDivideUsed(boolean value)
        Sets the value of the 'End Divide Used' attribute.
        Parameters:
        value - the new value of the 'End Divide Used' attribute.
        See Also:
        isEndDivideUsed()