public interface CicsQueryDCounterStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsQueryDCounterStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getDCounter()
Returns the value of the 'DCounter' containment reference.
|
DataRef |
getMaximum()
Returns the value of the 'Maximum' containment reference.
|
DataRef |
getMinimum()
Returns the value of the 'Minimum' containment reference.
|
DataRefOrLiteral |
getPool()
Returns the value of the 'Pool' containment reference.
|
DataRef |
getValue()
Returns the value of the 'Value' containment reference.
|
void |
setDCounter(DataRefOrLiteral value)
Sets the value of the '
DCounter' containment reference. |
void |
setMaximum(DataRef value)
Sets the value of the '
Maximum' containment reference. |
void |
setMinimum(DataRef value)
Sets the value of the '
Minimum' containment reference. |
void |
setPool(DataRefOrLiteral value)
Sets the value of the '
Pool' containment reference. |
void |
setValue(DataRef 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 getDCounter()
The value is a representation of the name specified in the DCOUNTER option.
setDCounter(DataRefOrLiteral),
COBOLPackage.getCicsQueryDCounterStmt_DCounter()void setDCounter(DataRefOrLiteral value)
DCounter' containment reference.
value - the new value of the 'DCounter' containment reference.getDCounter()DataRefOrLiteral getPool()
The value is a representation of the name specified in the POOL option; if that option is not used, the value is null.
setPool(DataRefOrLiteral),
COBOLPackage.getCicsQueryDCounterStmt_Pool()void setPool(DataRefOrLiteral value)
Pool' containment reference.
value - the new value of the 'Pool' containment reference.getPool()DataRef getValue()
The value is a representation of the data area specified in the VALUE option; if that option is not used, the value is null.
setValue(DataRef),
COBOLPackage.getCicsQueryDCounterStmt_Value()void setValue(DataRef value)
Value' containment reference.
value - the new value of the 'Value' containment reference.getValue()DataRef getMinimum()
The value is a representation of the data area specified in the MINIMUM option; if that option is not used, the value is null.
setMinimum(DataRef),
COBOLPackage.getCicsQueryDCounterStmt_Minimum()void setMinimum(DataRef value)
Minimum' containment reference.
value - the new value of the 'Minimum' containment reference.getMinimum()DataRef getMaximum()
The value is a representation of the data area specified in the MAXIMUM option; if that option is not used, the value is null.
setMaximum(DataRef),
COBOLPackage.getCicsQueryDCounterStmt_Maximum()void setMaximum(DataRef value)
Maximum' containment reference.
value - the new value of the 'Maximum' containment reference.getMaximum()