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

Interface InspectStmt

    • Method Detail

      • getRef

        DataRef getRef()
        Returns the value of the 'Ref' containment reference.

        The value is the data item specified after the INSPECT keyword.

        Returns:
        the value of the 'Ref' containment reference.
        See Also:
        setRef(DataRef), COBOLPackage.getInspectStmt_Ref()
      • setRef

        void setRef(DataRef value)
        Sets the value of the 'Ref' containment reference.
        Parameters:
        value - the new value of the 'Ref' containment reference.
        See Also:
        getRef()