com.ibm.etools.cobol.application.model.cobol
Interface CicsStmt

All Superinterfaces:
ASTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface CicsStmt
extends ASTNode

A representation of the part of an EXEC CICS statement following the EXEC CICS keywords.

The following features are supported:

See Also:
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

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

isNoHandle

boolean isNoHandle()
Returns the value of the 'No Handle' attribute.

The value is true if the NO HANDLE clause is present; false otherwise.

Returns:
the value of the 'No Handle' attribute.
See Also:
setNoHandle(boolean), COBOLPackage.getCicsStmt_NoHandle()

setNoHandle

void setNoHandle(boolean value)
Sets the value of the 'No Handle' attribute.

Parameters:
value - the new value of the 'No Handle' attribute.
See Also:
isNoHandle()

getResp

DataRef getResp()
Returns the value of the 'Resp' containment reference.

Returns:
the value of the 'Resp' containment reference.
See Also:
setResp(DataRef), COBOLPackage.getCicsStmt_Resp()

setResp

void setResp(DataRef value)
Sets the value of the 'Resp' containment reference.

Parameters:
value - the new value of the 'Resp' containment reference.
See Also:
getResp()

getResp2

DataRef getResp2()
Returns the value of the 'Resp2' containment reference.

Returns:
the value of the 'Resp2' containment reference.
See Also:
setResp2(DataRef), COBOLPackage.getCicsStmt_Resp2()

setResp2

void setResp2(DataRef value)
Sets the value of the 'Resp2' containment reference.

Parameters:
value - the new value of the 'Resp2' containment reference.
See Also:
getResp2()