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

Interface CicsDefineDCounterStmt

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


    public interface CicsDefineDCounterStmt
    extends CicsStmt
    A representation of the CICS DEFINE DCOUNTER command.

    The following features are supported:

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

        Returns:
        the value of the 'Pool' containment reference.
        See Also:
        setPool(DataRefOrLiteral), COBOLPackage.getCicsDefineDCounterStmt_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.getCicsDefineDCounterStmt_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.getCicsDefineDCounterStmt_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.getCicsDefineDCounterStmt_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()