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

Interface ExprSignCond

    • Method Detail

      • getDataRef

        DataRef getDataRef()
        Deprecated. Use getOperand().

        Returns the value of the 'Data Ref' containment reference.

        The value is the data item in the condition.

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

        void setDataRef(DataRef value)
        Deprecated. Use setOperand(Expr).
        Sets the value of the 'Data Ref' containment reference.
        Parameters:
        value - the new value of the 'Data Ref' containment reference.
        See Also:
        getDataRef()
      • getSignType

        SignType getSignType()
        Returns the value of the 'Sign Type' attribute. The literals are from the enumeration SignType.

        The value is either NEGATIVE, POSITIVE, or ZERO.

        Returns:
        the value of the 'Sign Type' attribute.
        See Also:
        SignType, setSignType(SignType), COBOLPackage.getExprSignCond_SignType()
      • setSignType

        void setSignType(SignType value)
        Sets the value of the 'Sign Type' attribute.
        Parameters:
        value - the new value of the 'Sign Type' attribute.
        See Also:
        SignType, getSignType()
      • getOperand

        Expr getOperand()
        Returns the value of the 'Operand' containment reference.

        The value is the expression that is the operand of the sign condition.

        Returns:
        the value of the 'Operand' containment reference.
        See Also:
        setOperand(Expr), COBOLPackage.getExprSignCond_Operand()
      • setOperand

        void setOperand(Expr value)
        Sets the value of the 'Operand' containment reference.
        Parameters:
        value - the new value of the 'Operand' containment reference.
        See Also:
        getOperand()