| 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 |
getLength()
Returns the value of the 'Length' containment reference.
|
DataRefOrLiteral |
getSysId()
Returns the value of the 'Sys Id' containment reference.
|
DataRef |
getToken()
Returns the value of the 'Token' containment reference.
|
boolean |
isNoSuspend()
Returns the value of the 'No Suspend' 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 |
setLength(DataRefOrLiteral value)
Sets the value of the '
Length' containment reference. |
void |
setNoSuspend(boolean value)
Sets the value of the '
No Suspend' attribute. |
void |
setSysId(DataRefOrLiteral value)
Sets the value of the '
Sys Id' containment reference. |
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
DataRefOrLiteral getFile()
The value is a representation of the file name specified in the FILE option.
setFile(DataRefOrLiteral),
COBOLPackage.getCicsRewriteStmt_File()void setFile(DataRefOrLiteral value)
File' containment reference.
value - the new value of the 'File' containment reference.getFile()DataRef getToken()
The value is a representation of the data area specified in the TOKEN option; if that option is not used, the value is null.
setToken(DataRef),
COBOLPackage.getCicsRewriteStmt_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.getCicsRewriteStmt_From()void setFrom(DataRef value)
From' containment reference.
value - the new value of the 'From' containment reference.getFrom()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.getCicsRewriteStmt_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.getCicsRewriteStmt_Length()void setLength(DataRefOrLiteral value)
Length' containment reference.
value - the new value of the 'Length' containment reference.getLength()boolean isNoSuspend()
The value is true if the NOSUSPEND option is used; false otherwise.
setNoSuspend(boolean),
COBOLPackage.getCicsRewriteStmt_NoSuspend()void setNoSuspend(boolean value)
No Suspend' attribute.
value - the new value of the 'No Suspend' attribute.isNoSuspend()