| 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.
|
DataRef |
getFrom()
Returns the value of the 'From' containment reference.
|
DataRefOrLiteral |
getKeyLength()
Returns the value of the 'Key Length' containment reference.
|
DataRefOrLiteral |
getLength()
Returns the value of the 'Length' containment reference.
|
DataRef |
getRIDFLD()
Returns the value of the 'RIDFLD' containment reference.
|
DataRefOrLiteral |
getSysId()
Returns the value of the 'Sys Id' containment reference.
|
boolean |
isMassInsert()
Returns the value of the 'Mass Insert' attribute.
|
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.
|
boolean |
isXRBA()
Returns the value of the 'XRBA' attribute.
|
void |
setFile(DataRefOrLiteral value)
Sets the value of the '
File' containment reference. |
void |
setFrom(DataRef value)
Sets the value of the '
From' containment reference. |
void |
setKeyLength(DataRefOrLiteral value)
Sets the value of the '
Key Length' containment reference. |
void |
setLength(DataRefOrLiteral value)
Sets the value of the '
Length' containment reference. |
void |
setMassInsert(boolean value)
Sets the value of the '
Mass Insert' attribute. |
void |
setNoSuspend(boolean value)
Sets the value of the '
No Suspend' attribute. |
void |
setRBA(boolean value)
Sets the value of the '
RBA' attribute. |
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.getCicsWriteStmt_File()void setFile(DataRefOrLiteral value)
File' containment reference.
value - the new value of the 'File' containment reference.getFile()boolean isMassInsert()
The value is true if the MASSINSERT option is used; false otherwise.
setMassInsert(boolean),
COBOLPackage.getCicsWriteStmt_MassInsert()void setMassInsert(boolean value)
Mass Insert' attribute.
value - the new value of the 'Mass Insert' attribute.isMassInsert()DataRef getFrom()
The value is a representation of the data area specified in the FROM option; if that option is not used, the value is null.
setFrom(DataRef),
COBOLPackage.getCicsWriteStmt_From()void setFrom(DataRef value)
From' containment reference.
value - the new value of the 'From' containment reference.getFrom()DataRef getRIDFLD()
The value is a representation of the data area specified in the RIDFLD option; if that option is not used, the value is null.
setRIDFLD(DataRef),
COBOLPackage.getCicsWriteStmt_RIDFLD()void setRIDFLD(DataRef value)
RIDFLD' containment reference.
value - the new value of the 'RIDFLD' containment reference.getRIDFLD()DataRefOrLiteral getKeyLength()
The value is a representation of the data value specified in the KEYLENGTH option; if that option is not used, the value is null.
setKeyLength(DataRefOrLiteral),
COBOLPackage.getCicsWriteStmt_KeyLength()void setKeyLength(DataRefOrLiteral value)
Key Length' containment reference.
value - the new value of the 'Key Length' containment reference.getKeyLength()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.getCicsWriteStmt_SysId()void setSysId(DataRefOrLiteral value)
Sys Id' containment reference.
value - the new value of the 'Sys Id' containment reference.getSysId()DataRefOrLiteral getLength()
The value is a representation of the data value specified in the LENGTH option; if that option is not used, the value is null.
setLength(DataRefOrLiteral),
COBOLPackage.getCicsWriteStmt_Length()void setLength(DataRefOrLiteral value)
Length' containment reference.
value - the new value of the 'Length' containment reference.getLength()boolean isRBA()
The value is true if the RBA option is used; false otherwise.
setRBA(boolean),
COBOLPackage.getCicsWriteStmt_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.getCicsWriteStmt_RRN()void setRRN(boolean value)
RRN' attribute.
value - the new value of the 'RRN' attribute.isRRN()boolean isNoSuspend()
The value is true if the NOSUSPEND option is used; false otherwise.
setNoSuspend(boolean),
COBOLPackage.getCicsWriteStmt_NoSuspend()void setNoSuspend(boolean value)
No Suspend' attribute.
value - the new value of the 'No Suspend' attribute.isNoSuspend()boolean isXRBA()
The value is true if the XRBA option is used; false otherwise.
setXRBA(boolean),
COBOLPackage.getCicsWriteStmt_XRBA()