| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getFLength()
Returns the value of the 'FLength' containment reference.
|
DataRef |
getFrom()
Returns the value of the 'From' containment reference.
|
DataRef |
getToken()
Returns the value of the 'Token' containment reference.
|
boolean |
isLine()
Returns the value of the 'Line' attribute.
|
boolean |
isPage()
Returns the value of the 'Page' attribute.
|
void |
setFLength(DataRefOrLiteral value)
Sets the value of the '
FLength' containment reference. |
void |
setFrom(DataRef value)
Sets the value of the '
From' containment reference. |
void |
setLine(boolean value)
Sets the value of the '
Line' attribute. |
void |
setPage(boolean value)
Sets the value of the '
Page' attribute. |
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.getCicsSpoolWriteStmt_Token()void setToken(DataRef value)
Token' containment reference.
value - the new value of the 'Token' containment reference.getToken()DataRef getFrom()
The value is a representation of the data area specified in the FROM option.
setFrom(DataRef),
COBOLPackage.getCicsSpoolWriteStmt_From()void setFrom(DataRef value)
From' containment reference.
value - the new value of the 'From' containment reference.getFrom()DataRefOrLiteral getFLength()
The value is a representation of the data value specified in the FLENGTH option; if that option is not used, the value is null.
setFLength(DataRefOrLiteral),
COBOLPackage.getCicsSpoolWriteStmt_FLength()void setFLength(DataRefOrLiteral value)
FLength' containment reference.
value - the new value of the 'FLength' containment reference.getFLength()boolean isLine()
The value is true if the LINE option is used; false otherwise.
setLine(boolean),
COBOLPackage.getCicsSpoolWriteStmt_Line()void setLine(boolean value)
Line' attribute.
value - the new value of the 'Line' attribute.isLine()boolean isPage()
The value is true if the PAGE option is used; false otherwise.
setPage(boolean),
COBOLPackage.getCicsSpoolWriteStmt_Page()