| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getToken()
Returns the value of the 'Token' containment reference.
|
boolean |
isDelete()
Returns the value of the 'Delete' attribute.
|
boolean |
isKeep()
Returns the value of the 'Keep' attribute.
|
void |
setDelete(boolean value)
Sets the value of the '
Delete' attribute. |
void |
setKeep(boolean value)
Sets the value of the '
Keep' 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.getCicsSpoolCloseStmt_Token()void setToken(DataRef value)
Token' containment reference.
value - the new value of the 'Token' containment reference.getToken()boolean isKeep()
The value is true if the KEEP option is used; false otherwise.
setKeep(boolean),
COBOLPackage.getCicsSpoolCloseStmt_Keep()void setKeep(boolean value)
Keep' attribute.
value - the new value of the 'Keep' attribute.isKeep()boolean isDelete()
The value is true if the DELETE option is used; false otherwise.
setDelete(boolean),
COBOLPackage.getCicsSpoolCloseStmt_Delete()void setDelete(boolean value)
Delete' attribute.
value - the new value of the 'Delete' attribute.isDelete()