|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CicsStmt
A representation of the part of an EXEC CICS statement following the EXEC CICS keywords.
The following features are supported:
COBOLPackage.getCicsStmt()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
DataRef |
getResp()
Returns the value of the 'Resp' containment reference. |
DataRef |
getResp2()
Returns the value of the 'Resp2' containment reference. |
boolean |
isNoHandle()
Returns the value of the 'No Handle' 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. |
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.ASTNode |
|---|
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTag |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
boolean isNoHandle()
The value is true if the NO HANDLE clause 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()
setResp(DataRef),
COBOLPackage.getCicsStmt_Resp()void setResp(DataRef value)
Resp' containment reference.
value - the new value of the 'Resp' containment reference.getResp()DataRef getResp2()
setResp2(DataRef),
COBOLPackage.getCicsStmt_Resp2()void setResp2(DataRef value)
Resp2' containment reference.
value - the new value of the 'Resp2' containment reference.getResp2()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||