| 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.
|
CicsFileBrowseKeyLengthClause |
getKeyLengthClause()
Returns the value of the 'Key Length Clause' containment reference.
|
DataRefOrLiteral |
getReqId()
Returns the value of the 'Req Id' containment reference.
|
DataRef |
getRIDFLD()
Returns the value of the 'RIDFLD' containment reference.
|
DataRefOrLiteral |
getSysId()
Returns the value of the 'Sys Id' containment reference.
|
boolean |
isEqual()
Returns the value of the 'Equal' attribute.
|
boolean |
isGTEQ()
Returns the value of the 'GTEQ' attribute.
|
boolean |
isRBA()
Returns the value of the 'RBA' attribute.
|
boolean |
isRRN()
Returns the value of the 'RRN' attribute.
|
boolean |
isXRBA()
Returns the value of the 'XRBA' attribute.
|
void |
setEqual(boolean value)
Sets the value of the '
Equal' attribute. |
void |
setFile(DataRefOrLiteral value)
Sets the value of the '
File' containment reference. |
void |
setGTEQ(boolean value)
Sets the value of the '
GTEQ' attribute. |
void |
setKeyLengthClause(CicsFileBrowseKeyLengthClause value)
Sets the value of the '
Key Length Clause' containment reference. |
void |
setRBA(boolean value)
Sets the value of the '
RBA' attribute. |
void |
setReqId(DataRefOrLiteral value)
Sets the value of the '
Req Id' containment reference. |
void |
setRIDFLD(DataRef value)
Sets the value of the '
RIDFLD' containment reference. |
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 |
setXRBA(boolean value)
Sets the value of the '
XRBA' attribute. |
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 file name specified in the FILE option.
setFile(DataRefOrLiteral),
COBOLPackage.getCicsResetBrStmt_File()void setFile(DataRefOrLiteral value)
File' containment reference.
value - the new value of the 'File' containment reference.getFile()DataRef getRIDFLD()
The value is a representation of the data area specified in the RIDFLD option.
setRIDFLD(DataRef),
COBOLPackage.getCicsResetBrStmt_RIDFLD()void setRIDFLD(DataRef value)
RIDFLD' containment reference.
value - the new value of the 'RIDFLD' containment reference.getRIDFLD()CicsFileBrowseKeyLengthClause getKeyLengthClause()
The value is a representation of the KEYLENGTH and GENERIC options; if those options are not used, the value is null.
setKeyLengthClause(CicsFileBrowseKeyLengthClause),
COBOLPackage.getCicsResetBrStmt_KeyLengthClause()void setKeyLengthClause(CicsFileBrowseKeyLengthClause value)
Key Length Clause' containment reference.
value - the new value of the 'Key Length Clause' containment reference.getKeyLengthClause()DataRefOrLiteral getReqId()
The value is a representation of the data value specified in the REQID option; if that option is not used, the value is null.
setReqId(DataRefOrLiteral),
COBOLPackage.getCicsResetBrStmt_ReqId()void setReqId(DataRefOrLiteral value)
Req Id' containment reference.
value - the new value of the 'Req Id' containment reference.getReqId()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.getCicsResetBrStmt_SysId()void setSysId(DataRefOrLiteral value)
Sys Id' containment reference.
value - the new value of the 'Sys Id' containment reference.getSysId()boolean isGTEQ()
The value is true if the GTEQ option is used; false otherwise.
setGTEQ(boolean),
COBOLPackage.getCicsResetBrStmt_GTEQ()void setGTEQ(boolean value)
GTEQ' attribute.
value - the new value of the 'GTEQ' attribute.isGTEQ()boolean isEqual()
The value is true if the EQUAL option is used; false otherwise.
setEqual(boolean),
COBOLPackage.getCicsResetBrStmt_Equal()void setEqual(boolean value)
Equal' attribute.
value - the new value of the 'Equal' attribute.isEqual()boolean isRBA()
The value is true if the RBA option is used; false otherwise.
setRBA(boolean),
COBOLPackage.getCicsResetBrStmt_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.getCicsResetBrStmt_RRN()void setRRN(boolean value)
RRN' attribute.
value - the new value of the 'RRN' attribute.isRRN()boolean isXRBA()
The value is true if the XRBA option is used; false otherwise.
setXRBA(boolean),
COBOLPackage.getCicsResetBrStmt_XRBA()