| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getCompareMax()
Returns the value of the 'Compare Max' containment reference.
|
DataRefOrLiteral |
getCompareMin()
Returns the value of the 'Compare Min' containment reference.
|
DataRefOrLiteral |
getCounter()
Returns the value of the 'Counter' containment reference.
|
DataRefOrLiteral |
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(DataRefOrLiteral value)
Sets the value of the '
Compare Max' containment reference. |
void |
setCompareMin(DataRefOrLiteral value)
Sets the value of the '
Compare Min' containment reference. |
void |
setCounter(DataRefOrLiteral value)
Sets the value of the '
Counter' containment reference. |
void |
setIncrement(DataRefOrLiteral 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 getCounter()
The value is a representation of the name specified in the COUNTER option.
setCounter(DataRefOrLiteral),
COBOLPackage.getCicsGetCounterStmt_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 that option is not used, the value is null.
setPool(DataRefOrLiteral),
COBOLPackage.getCicsGetCounterStmt_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.getCicsGetCounterStmt_Value()void setValue(DataRef value)
Value' containment reference.
value - the new value of the 'Value' containment reference.getValue()DataRefOrLiteral getIncrement()
The value is a representation of the data value specified in the INCREMENT option; if that option is not used, the value is null.
setIncrement(DataRefOrLiteral),
COBOLPackage.getCicsGetCounterStmt_Increment()void setIncrement(DataRefOrLiteral 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.getCicsGetCounterStmt_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.getCicsGetCounterStmt_Wrap()void setWrap(boolean value)
Wrap' attribute.
value - the new value of the 'Wrap' attribute.isWrap()DataRefOrLiteral 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(DataRefOrLiteral),
COBOLPackage.getCicsGetCounterStmt_CompareMin()void setCompareMin(DataRefOrLiteral value)
Compare Min' containment reference.
value - the new value of the 'Compare Min' containment reference.getCompareMin()DataRefOrLiteral 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(DataRefOrLiteral),
COBOLPackage.getCicsGetCounterStmt_CompareMax()void setCompareMax(DataRefOrLiteral value)
Compare Max' containment reference.
value - the new value of the 'Compare Max' containment reference.getCompareMax()