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

Interface CicsRewindDCounterStmt

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


    public interface CicsRewindDCounterStmt
    extends CicsStmt
    A representation of the CICS REWIND DCOUNTER command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsRewindDCounterStmt()
    • 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.getCicsRewindDCounterStmt_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.getCicsRewindDCounterStmt_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()
      • getIncrement

        DataRefOrLiteral 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(DataRefOrLiteral), COBOLPackage.getCicsRewindDCounterStmt_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()