| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getFile()
Returns the value of the 'File' containment reference.
|
DataRefOrLiteral |
getSysId()
Returns the value of the 'Sys Id' containment reference.
|
CicsDeleteTokenOrRIDFLDClause |
getTokenOrRIDFLDClause()
Returns the value of the 'Token Or RIDFLD Clause' containment reference.
|
boolean |
isNoSuspend()
Returns the value of the 'No Suspend' attribute.
|
boolean |
isRBA()
Returns the value of the 'RBA' attribute.
|
boolean |
isRRN()
Returns the value of the 'RRN' attribute.
|
void |
setFile(DataRefOrLiteral value)
Sets the value of the '
File' containment reference. |
void |
setNoSuspend(boolean value)
Sets the value of the '
No Suspend' attribute. |
void |
setRBA(boolean value)
Sets the value of the '
RBA' attribute. |
void |
setRRN(boolean value)
Sets the value of the '
RRN' attribute. |
void |
setSysId(DataRefOrLiteral value)
Sets the value of the '
Sys Id' containment reference. |
void |
setTokenOrRIDFLDClause(CicsDeleteTokenOrRIDFLDClause value)
Sets the value of the '
Token Or RIDFLD Clause' 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
DataRefOrLiteral getFile()
The value is a representation of the filename specified in the FILE option.
setFile(DataRefOrLiteral),
COBOLPackage.getCicsDeleteStmt_File()void setFile(DataRefOrLiteral value)
File' containment reference.
value - the new value of the 'File' containment reference.getFile()CicsDeleteTokenOrRIDFLDClause getTokenOrRIDFLDClause()
The value is a representation of the TOKEN or RIDFLD option; if those options are not used, the value is null.
setTokenOrRIDFLDClause(CicsDeleteTokenOrRIDFLDClause),
COBOLPackage.getCicsDeleteStmt_TokenOrRIDFLDClause()void setTokenOrRIDFLDClause(CicsDeleteTokenOrRIDFLDClause value)
Token Or RIDFLD Clause' containment reference.
value - the new value of the 'Token Or RIDFLD Clause' containment reference.getTokenOrRIDFLDClause()DataRefOrLiteral getSysId()
The value is a representation of the system name specified in the SYSID option; if that option is not used, the value is null.
setSysId(DataRefOrLiteral),
COBOLPackage.getCicsDeleteStmt_SysId()void setSysId(DataRefOrLiteral value)
Sys Id' containment reference.
value - the new value of the 'Sys Id' containment reference.getSysId()boolean isNoSuspend()
The value is true if the NOSUSPEND option is used; false otherwise.
setNoSuspend(boolean),
COBOLPackage.getCicsDeleteStmt_NoSuspend()void setNoSuspend(boolean value)
No Suspend' attribute.
value - the new value of the 'No Suspend' attribute.isNoSuspend()boolean isRBA()
The value is true if the RBA option is used; false otherwise.
setRBA(boolean),
COBOLPackage.getCicsDeleteStmt_RBA()void setRBA(boolean value)
RBA' attribute.
value - the new value of the 'RBA' attribute.isRBA()boolean isRRN()
The value is true if the RRN option is used; false otherwise.
setRRN(boolean),
COBOLPackage.getCicsDeleteStmt_RRN()