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

Interface CicsUpdateCounterStmt

  • All Superinterfaces:
    ASTNode, CicsStmt, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier


    public interface CicsUpdateCounterStmt
    extends CicsStmt
    A representation of the CICS UPDATE COUNTER command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsUpdateCounterStmt()
    • 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.getCicsUpdateCounterStmt_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.getCicsUpdateCounterStmt_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

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

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

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

        void setValue(DataRefOrLiteral value)
        Sets the value of the 'Value' containment reference.
        Parameters:
        value - the new value of the 'Value' containment reference.
        See Also:
        getValue()
      • 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.getCicsUpdateCounterStmt_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.getCicsUpdateCounterStmt_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()