public interface CicsStmt extends ASTNode
The following features are supported:
COBOLPackage.getCicsStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getResp()
Returns the value of the 'Resp' containment reference.
|
DataRef |
getResp2()
Returns the value of the 'Resp2' containment reference.
|
boolean |
isNoEDF()
Returns the value of the 'No EDF' attribute.
|
boolean |
isNoHandle()
Returns the value of the 'No Handle' attribute.
|
boolean |
isSysEIB()
Returns the value of the 'Sys EIB' attribute.
|
void |
setNoEDF(boolean value)
Sets the value of the '
No EDF' attribute. |
void |
setNoHandle(boolean value)
Sets the value of the '
No Handle' attribute. |
void |
setResp(DataRef value)
Sets the value of the '
Resp' containment reference. |
void |
setResp2(DataRef value)
Sets the value of the '
Resp2' containment reference. |
void |
setSysEIB(boolean value)
Sets the value of the '
Sys EIB' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
boolean isNoHandle()
The value is true if the NOHANDLE option is present; false otherwise.
setNoHandle(boolean),
COBOLPackage.getCicsStmt_NoHandle()void setNoHandle(boolean value)
No Handle' attribute.
value - the new value of the 'No Handle' attribute.isNoHandle()DataRef getResp()
The value is the data item referenced in the RESP option; if the RESP option is not used, the value is null.
setResp(DataRef),
COBOLPackage.getCicsStmt_Resp()void setResp(DataRef value)
Resp' containment reference.
value - the new value of the 'Resp' containment reference.getResp()DataRef getResp2()
The value is the data item references in the RESP2 option; if the RESP2 option is not used, the value is null.
setResp2(DataRef),
COBOLPackage.getCicsStmt_Resp2()void setResp2(DataRef value)
Resp2' containment reference.
value - the new value of the 'Resp2' containment reference.getResp2()boolean isNoEDF()
The value is true if the NOEDF option is used; false otherwise.
setNoEDF(boolean),
COBOLPackage.getCicsStmt_NoEDF()void setNoEDF(boolean value)
No EDF' attribute.
value - the new value of the 'No EDF' attribute.isNoEDF()boolean isSysEIB()
The value is true if the SYSEIB option is used; false otherwise.
setSysEIB(boolean),
COBOLPackage.getCicsStmt_SysEIB()void setSysEIB(boolean value)
Sys EIB' attribute.
value - the new value of the 'Sys EIB' attribute.isSysEIB()