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

All Superinterfaces:
ASTNode, CicsStmt, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
CicsReturnStmtImpl

public interface CicsReturnStmt
extends CicsStmt

A representation of the model object 'Cics Return Stmt'.

The following features are supported:

See Also:
COBOLPackage.getCicsReturnStmt()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 CicsInputMessageClause getInputMsgClause()
          Returns the value of the 'Input Msg Clause' containment reference.
 CicsReturnTransactionIdClause getTransIdClause()
          Returns the value of the 'Trans Id Clause' containment reference.
 boolean isEndActivity()
          Returns the value of the 'End Activity' attribute.
 void setEndActivity(boolean value)
          Sets the value of the 'End Activity' attribute.
 void setInputMsgClause(CicsInputMessageClause value)
          Sets the value of the 'Input Msg Clause' containment reference.
 void setTransIdClause(CicsReturnTransactionIdClause value)
          Sets the value of the 'Trans Id Clause' containment reference.
 
Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.CicsStmt
getResp, getResp2, isNoHandle, setNoHandle, setResp, setResp2
 
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

getTransIdClause

CicsReturnTransactionIdClause getTransIdClause()
Returns the value of the 'Trans Id Clause' containment reference.

If the meaning of the 'Trans Id Clause' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Trans Id Clause' containment reference.
See Also:
setTransIdClause(CicsReturnTransactionIdClause), COBOLPackage.getCicsReturnStmt_TransIdClause()

setTransIdClause

void setTransIdClause(CicsReturnTransactionIdClause value)
Sets the value of the 'Trans Id Clause' containment reference.

Parameters:
value - the new value of the 'Trans Id Clause' containment reference.
See Also:
getTransIdClause()

getInputMsgClause

CicsInputMessageClause getInputMsgClause()
Returns the value of the 'Input Msg Clause' containment reference.

If the meaning of the 'Input Msg Clause' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Input Msg Clause' containment reference.
See Also:
setInputMsgClause(CicsInputMessageClause), COBOLPackage.getCicsReturnStmt_InputMsgClause()

setInputMsgClause

void setInputMsgClause(CicsInputMessageClause value)
Sets the value of the 'Input Msg Clause' containment reference.

Parameters:
value - the new value of the 'Input Msg Clause' containment reference.
See Also:
getInputMsgClause()

isEndActivity

boolean isEndActivity()
Returns the value of the 'End Activity' attribute.

If the meaning of the 'End Activity' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'End Activity' attribute.
See Also:
setEndActivity(boolean), COBOLPackage.getCicsReturnStmt_EndActivity()

setEndActivity

void setEndActivity(boolean value)
Sets the value of the 'End Activity' attribute.

Parameters:
value - the new value of the 'End Activity' attribute.
See Also:
isEndActivity()