public interface CicsGetDCounterStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsGetDCounterStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getCompareMax()
Returns the value of the 'Compare Max' containment reference.
|
DataRef |
getCompareMin()
Returns the value of the 'Compare Min' containment reference.
|
DataRefOrLiteral |
getDCounter()
Returns the value of the 'DCounter' containment reference.
|
DataRef |
getIncrement()
Returns the value of the 'Increment' containment reference.
|
DataRefOrLiteral |
getPool()
Returns the value of the 'Pool' containment reference.
|
DataRef |
getValue()
Returns the value of the 'Value' containment reference.
|
boolean |
isReduce()
Returns the value of the 'Reduce' attribute.
|
boolean |
isWrap()
Returns the value of the 'Wrap' attribute.
|
void |
setCompareMax(DataRef value)
Sets the value of the '
Compare Max' containment reference. |
void |
setCompareMin(DataRef value)
Sets the value of the '
Compare Min' containment reference. |
void |
setDCounter(DataRefOrLiteral value)
Sets the value of the '
DCounter' containment reference. |
void |
setIncrement(DataRef value)
Sets the value of the '
Increment' containment reference. |
void |
setPool(DataRefOrLiteral value)
Sets the value of the '
Pool' containment reference. |
void |
setReduce(boolean value)
Sets the value of the '
Reduce' attribute. |
void |
setValue(DataRef value)
Sets the value of the '
Value' containment reference. |
void |
setWrap(boolean value)
Sets the value of the '
Wrap' attribute. |
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.getCicsGetDCounterStmt_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.getCicsGetDCounterStmt_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.
setValue(DataRef),
COBOLPackage.getCicsGetDCounterStmt_Value()void setValue(DataRef value)
Value' containment reference.
value - the new value of the 'Value' containment reference.getValue()DataRef getIncrement()
The value is a representation of the data area specified in the INCREMENT option; if that option is not used, the value is null.
setIncrement(DataRef),
COBOLPackage.getCicsGetDCounterStmt_Increment()void setIncrement(DataRef value)
Increment' containment reference.
value - the new value of the 'Increment' containment reference.getIncrement()boolean isReduce()
The value is true if the REDUCE option is used; false otherwise.
setReduce(boolean),
COBOLPackage.getCicsGetDCounterStmt_Reduce()void setReduce(boolean value)
Reduce' attribute.
value - the new value of the 'Reduce' attribute.isReduce()boolean isWrap()
The value is true if the WRAP option is used; false otherwise.
setWrap(boolean),
COBOLPackage.getCicsGetDCounterStmt_Wrap()void setWrap(boolean value)
Wrap' attribute.
value - the new value of the 'Wrap' attribute.isWrap()DataRef getCompareMin()
The value is a representation of the data value specified in the COMPAREMIN option; if that option is not used, the value is null.
setCompareMin(DataRef),
COBOLPackage.getCicsGetDCounterStmt_CompareMin()void setCompareMin(DataRef value)
Compare Min' containment reference.
value - the new value of the 'Compare Min' containment reference.getCompareMin()DataRef getCompareMax()
The value is a representation of the data value specified in the COMPAREMAX option; if that option is not used, the value is null.
setCompareMax(DataRef),
COBOLPackage.getCicsGetDCounterStmt_CompareMax()void setCompareMax(DataRef value)
Compare Max' containment reference.
value - the new value of the 'Compare Max' containment reference.getCompareMax()