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

Interface CicsRewindCounterStmt

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


    public interface CicsRewindCounterStmt
    extends CicsStmt
    A representation of the CICS REWIND COUNTER command.

    The following features are supported:

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