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

Interface DivideIntoGivingStmt

    • Method Detail

      • getInto

        DataRefOrLiteral getInto()
        Returns the value of the 'Into' containment reference.

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

        Returns:
        the value of the 'Into' containment reference.
        See Also:
        setInto(DataRefOrLiteral), COBOLPackage.getDivideIntoGivingStmt_Into()
      • setInto

        void setInto(DataRefOrLiteral value)
        Sets the value of the 'Into' containment reference.
        Parameters:
        value - the new value of the 'Into' containment reference.
        See Also:
        getInto()