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

Interface DivideByGivingStmt

    • Method Detail

      • getBy

        DataRefOrLiteral getBy()
        Returns the value of the 'By' containment reference.

        The value is the data item or literal specified in the BY clause.

        Returns:
        the value of the 'By' containment reference.
        See Also:
        setBy(DataRefOrLiteral), COBOLPackage.getDivideByGivingStmt_By()
      • setBy

        void setBy(DataRefOrLiteral value)
        Sets the value of the 'By' containment reference.
        Parameters:
        value - the new value of the 'By' containment reference.
        See Also:
        getBy()