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

Interface CicsGetCounterStmt

    • Method Detail

      • getCounter

        DataRefOrLiteral getCounter()
        Returns the value of the 'Counter' containment reference.

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

        Returns:
        the value of the 'Counter' containment reference.
        See Also:
        setCounter(DataRefOrLiteral), COBOLPackage.getCicsGetCounterStmt_Counter()
      • setCounter

        void setCounter(DataRefOrLiteral value)
        Sets the value of the 'Counter' containment reference.
        Parameters:
        value - the new value of the 'Counter' containment reference.
        See Also:
        getCounter()
      • 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.getCicsGetCounterStmt_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.getCicsGetCounterStmt_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

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

        The value is a representation of the data value 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(DataRefOrLiteral), COBOLPackage.getCicsGetCounterStmt_Increment()
      • setIncrement

        void setIncrement(DataRefOrLiteral 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.getCicsGetCounterStmt_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.getCicsGetCounterStmt_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

        DataRefOrLiteral 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(DataRefOrLiteral), COBOLPackage.getCicsGetCounterStmt_CompareMin()
      • setCompareMin

        void setCompareMin(DataRefOrLiteral 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

        DataRefOrLiteral 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(DataRefOrLiteral), COBOLPackage.getCicsGetCounterStmt_CompareMax()
      • setCompareMax

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