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

Interface CicsDefineCounterStmt

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


    public interface CicsDefineCounterStmt
    extends CicsStmt
    A representation of the CICS DEFINE COUNTER command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsDefineCounterStmt()
    • 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.getCicsDefineCounterStmt_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 the option is not used, the value is null.

        Returns:
        the value of the 'Pool' containment reference.
        See Also:
        setPool(DataRefOrLiteral), COBOLPackage.getCicsDefineCounterStmt_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; if the option is not used, the value is null.

        Returns:
        the value of the 'Value' containment reference.
        See Also:
        setValue(DataRefOrLiteral), COBOLPackage.getCicsDefineCounterStmt_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()
      • getMinimum

        DataRefOrLiteral getMinimum()
        Returns the value of the 'Minimum' containment reference.

        The value is a representation of the data value specified in the MINIMUM option; if the option is not used, the value is null.

        Returns:
        the value of the 'Minimum' containment reference.
        See Also:
        setMinimum(DataRefOrLiteral), COBOLPackage.getCicsDefineCounterStmt_Minimum()
      • setMinimum

        void setMinimum(DataRefOrLiteral value)
        Sets the value of the 'Minimum' containment reference.
        Parameters:
        value - the new value of the 'Minimum' containment reference.
        See Also:
        getMinimum()
      • getMaximum

        DataRefOrLiteral getMaximum()
        Returns the value of the 'Maximum' containment reference.

        The value is a representation of the data value specified in the MAXIMUM option; if the option is not used, the value is null.

        Returns:
        the value of the 'Maximum' containment reference.
        See Also:
        setMaximum(DataRefOrLiteral), COBOLPackage.getCicsDefineCounterStmt_Maximum()
      • setMaximum

        void setMaximum(DataRefOrLiteral value)
        Sets the value of the 'Maximum' containment reference.
        Parameters:
        value - the new value of the 'Maximum' containment reference.
        See Also:
        getMaximum()