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

Interface CicsUpdateDCounterStmt

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


    public interface CicsUpdateDCounterStmt
    extends CicsStmt
    A representation of the CICS UPDATE DCOUNTER command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsUpdateDCounterStmt()
    • 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.getCicsUpdateDCounterStmt_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.getCicsUpdateDCounterStmt_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.getCicsUpdateDCounterStmt_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()
      • getCompareMin

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

        The value is a representation of the data area 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.getCicsUpdateDCounterStmt_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 area 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.getCicsUpdateDCounterStmt_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()