| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getInto()
Returns the value of the 'Into' containment reference.
|
DataRefOrLiteral |
getMaxFLength()
Returns the value of the 'Max FLength' containment reference.
|
DataRef |
getToFLength()
Returns the value of the 'To FLength' containment reference.
|
DataRef |
getToken()
Returns the value of the 'Token' containment reference.
|
void |
setInto(DataRef value)
Sets the value of the '
Into' containment reference. |
void |
setMaxFLength(DataRefOrLiteral value)
Sets the value of the '
Max FLength' containment reference. |
void |
setToFLength(DataRef value)
Sets the value of the '
To FLength' containment reference. |
void |
setToken(DataRef value)
Sets the value of the '
Token' 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 getToken()
The value is a representation of the data area specified in the TOKEN option.
setToken(DataRef),
COBOLPackage.getCicsSpoolReadStmt_Token()void setToken(DataRef value)
Token' containment reference.
value - the new value of the 'Token' containment reference.getToken()DataRef getInto()
The value is a representation of the data area specified in the INTO option; if that option is not used, the value is null.
setInto(DataRef),
COBOLPackage.getCicsSpoolReadStmt_Into()void setInto(DataRef value)
Into' containment reference.
value - the new value of the 'Into' containment reference.getInto()DataRefOrLiteral getMaxFLength()
The value is a representation of the data value specified in the MAXFLENGTH option; if that option is not used, the value is null.
setMaxFLength(DataRefOrLiteral),
COBOLPackage.getCicsSpoolReadStmt_MaxFLength()void setMaxFLength(DataRefOrLiteral value)
Max FLength' containment reference.
value - the new value of the 'Max FLength' containment reference.getMaxFLength()DataRef getToFLength()
The value is a representation of the data area specified in the TOFLENGTH option; if that option is not used, the value is null.
setToFLength(DataRef),
COBOLPackage.getCicsSpoolReadStmt_ToFLength()void setToFLength(DataRef value)
To FLength' containment reference.
value - the new value of the 'To FLength' containment reference.getToFLength()