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

Interface ExprClassCond

    • Method Detail

      • getDataRef

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

        Returns:
        the value of the 'Data Ref' containment reference.
        See Also:
        setDataRef(DataRef), COBOLPackage.getExprClassCond_DataRef()
      • setDataRef

        void setDataRef(DataRef value)
        Sets the value of the 'Data Ref' containment reference.
        Parameters:
        value - the new value of the 'Data Ref' containment reference.
        See Also:
        getDataRef()