| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getData()
Returns the value of the 'Data' containment reference.
|
DataRefOrLiteral |
getDataPointer()
Returns the value of the 'Data Pointer' containment reference.
|
void |
setData(DataRef value)
Sets the value of the '
Data' containment reference. |
void |
setDataPointer(DataRefOrLiteral value)
Sets the value of the '
Data Pointer' 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
DataRef getData()
The value is a representation of the data area specified in the DATA option; if that option is not used, the value is null.
setData(DataRef),
COBOLPackage.getCicsFreeMainStmt_Data()void setData(DataRef value)
Data' containment reference.
value - the new value of the 'Data' containment reference.getData()DataRefOrLiteral getDataPointer()
The value is a representation of the pointer value specified in the DATAPOINTER option; if that option is not used, the value is null.
setDataPointer(DataRefOrLiteral),
COBOLPackage.getCicsFreeMainStmt_DataPointer()void setDataPointer(DataRefOrLiteral value)
Data Pointer' containment reference.
value - the new value of the 'Data Pointer' containment reference.getDataPointer()