public interface CicsDefineCounterStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsDefineCounterStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getCounter()
Returns the value of the 'Counter' containment reference.
|
DataRefOrLiteral |
getMaximum()
Returns the value of the 'Maximum' containment reference.
|
DataRefOrLiteral |
getMinimum()
Returns the value of the 'Minimum' containment reference.
|
DataRefOrLiteral |
getPool()
Returns the value of the 'Pool' containment reference.
|
DataRefOrLiteral |
getValue()
Returns the value of the 'Value' containment reference.
|
void |
setCounter(DataRefOrLiteral value)
Sets the value of the '
Counter' containment reference. |
void |
setMaximum(DataRefOrLiteral value)
Sets the value of the '
Maximum' containment reference. |
void |
setMinimum(DataRefOrLiteral value)
Sets the value of the '
Minimum' containment reference. |
void |
setPool(DataRefOrLiteral value)
Sets the value of the '
Pool' containment reference. |
void |
setValue(DataRefOrLiteral value)
Sets the value of the '
Value' containment reference. |
getResp, getResp2, isNoEDF, isNoHandle, isSysEIB, setNoEDF, setNoHandle, setResp, setResp2, setSysEIBgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRefOrLiteral getCounter()
The value is a representation of the name specified in the COUNTER option.
setCounter(DataRefOrLiteral),
COBOLPackage.getCicsDefineCounterStmt_Counter()void setCounter(DataRefOrLiteral value)
Counter' containment reference.
value - the new value of the 'Counter' containment reference.getCounter()DataRefOrLiteral getPool()
The value is a representation of the name specified in the POOL option; if the option is not used, the value is null.
setPool(DataRefOrLiteral),
COBOLPackage.getCicsDefineCounterStmt_Pool()void setPool(DataRefOrLiteral value)
Pool' containment reference.
value - the new value of the 'Pool' containment reference.getPool()DataRefOrLiteral getValue()
The value is a representation of the data value specified in the VALUE option; if the option is not used, the value is null.
setValue(DataRefOrLiteral),
COBOLPackage.getCicsDefineCounterStmt_Value()void setValue(DataRefOrLiteral value)
Value' containment reference.
value - the new value of the 'Value' containment reference.getValue()DataRefOrLiteral getMinimum()
The value is a representation of the data value specified in the MINIMUM option; if the option is not used, the value is null.
setMinimum(DataRefOrLiteral),
COBOLPackage.getCicsDefineCounterStmt_Minimum()void setMinimum(DataRefOrLiteral value)
Minimum' containment reference.
value - the new value of the 'Minimum' containment reference.getMinimum()DataRefOrLiteral getMaximum()
The value is a representation of the data value specified in the MAXIMUM option; if the option is not used, the value is null.
setMaximum(DataRefOrLiteral),
COBOLPackage.getCicsDefineCounterStmt_Maximum()void setMaximum(DataRefOrLiteral value)
Maximum' containment reference.
value - the new value of the 'Maximum' containment reference.getMaximum()