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

Interface CicsGetDCounterStmt

    • Method Detail

      • getDCounter

        DataRefOrLiteral getDCounter()
        Returns the value of the 'DCounter' containment reference.

        The value is a representation of the name specified in the DCOUNTER option.

        Returns:
        the value of the 'DCounter' containment reference.
        See Also:
        setDCounter(DataRefOrLiteral), COBOLPackage.getCicsGetDCounterStmt_DCounter()
      • setDCounter

        void setDCounter(DataRefOrLiteral value)
        Sets the value of the 'DCounter' containment reference.
        Parameters:
        value - the new value of the 'DCounter' containment reference.
        See Also:
        getDCounter()
      • getPool

        DataRefOrLiteral getPool()
        Returns the value of the 'Pool' containment reference.

        The value is a representation of the name specified in the POOL option; if that option is not used, the value is null.

        Returns:
        the value of the 'Pool' containment reference.
        See Also:
        setPool(DataRefOrLiteral), COBOLPackage.getCicsGetDCounterStmt_Pool()
      • setPool

        void setPool(DataRefOrLiteral value)
        Sets the value of the 'Pool' containment reference.
        Parameters:
        value - the new value of the 'Pool' containment reference.
        See Also:
        getPool()
      • getValue

        DataRef getValue()
        Returns the value of the 'Value' containment reference.

        The value is a representation of the data area specified in the VALUE option.

        Returns:
        the value of the 'Value' containment reference.
        See Also:
        setValue(DataRef), COBOLPackage.getCicsGetDCounterStmt_Value()
      • setValue

        void setValue(DataRef value)
        Sets the value of the 'Value' containment reference.
        Parameters:
        value - the new value of the 'Value' containment reference.
        See Also:
        getValue()
      • getIncrement

        DataRef getIncrement()
        Returns the value of the 'Increment' containment reference.

        The value is a representation of the data area specified in the INCREMENT option; if that option is not used, the value is null.

        Returns:
        the value of the 'Increment' containment reference.
        See Also:
        setIncrement(DataRef), COBOLPackage.getCicsGetDCounterStmt_Increment()
      • setIncrement

        void setIncrement(DataRef value)
        Sets the value of the 'Increment' containment reference.
        Parameters:
        value - the new value of the 'Increment' containment reference.
        See Also:
        getIncrement()
      • isReduce

        boolean isReduce()
        Returns the value of the 'Reduce' attribute.

        The value is true if the REDUCE option is used; false otherwise.

        Returns:
        the value of the 'Reduce' attribute.
        See Also:
        setReduce(boolean), COBOLPackage.getCicsGetDCounterStmt_Reduce()
      • setReduce

        void setReduce(boolean value)
        Sets the value of the 'Reduce' attribute.
        Parameters:
        value - the new value of the 'Reduce' attribute.
        See Also:
        isReduce()
      • isWrap

        boolean isWrap()
        Returns the value of the 'Wrap' attribute.

        The value is true if the WRAP option is used; false otherwise.

        Returns:
        the value of the 'Wrap' attribute.
        See Also:
        setWrap(boolean), COBOLPackage.getCicsGetDCounterStmt_Wrap()
      • setWrap

        void setWrap(boolean value)
        Sets the value of the 'Wrap' attribute.
        Parameters:
        value - the new value of the 'Wrap' attribute.
        See Also:
        isWrap()
      • getCompareMin

        DataRef getCompareMin()
        Returns the value of the 'Compare Min' containment reference.

        The value is a representation of the data value specified in the COMPAREMIN option; if that option is not used, the value is null.

        Returns:
        the value of the 'Compare Min' containment reference.
        See Also:
        setCompareMin(DataRef), COBOLPackage.getCicsGetDCounterStmt_CompareMin()
      • setCompareMin

        void setCompareMin(DataRef value)
        Sets the value of the 'Compare Min' containment reference.
        Parameters:
        value - the new value of the 'Compare Min' containment reference.
        See Also:
        getCompareMin()
      • getCompareMax

        DataRef getCompareMax()
        Returns the value of the 'Compare Max' containment reference.

        The value is a representation of the data value specified in the COMPAREMAX option; if that option is not used, the value is null.

        Returns:
        the value of the 'Compare Max' containment reference.
        See Also:
        setCompareMax(DataRef), COBOLPackage.getCicsGetDCounterStmt_CompareMax()
      • setCompareMax

        void setCompareMax(DataRef value)
        Sets the value of the 'Compare Max' containment reference.
        Parameters:
        value - the new value of the 'Compare Max' containment reference.
        See Also:
        getCompareMax()