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

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

public interface CicsReturnTransactionIdClause
extends ASTNode

A representation of the model object 'Cics Return Transaction Id Clause'.

The following features are supported:

See Also:
COBOLPackage.getCicsReturnTransactionIdClause()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 CicsCommunicationAreaClause getCommAreaClause()
          Returns the value of the 'Comm Area Clause' containment reference.
 DataRefOrLiteral getTransId()
          Returns the value of the 'Trans Id' containment reference.
 boolean isImmediate()
          Returns the value of the 'Immediate' attribute.
 void setCommAreaClause(CicsCommunicationAreaClause value)
          Sets the value of the 'Comm Area Clause' containment reference.
 void setImmediate(boolean value)
          Sets the value of the 'Immediate' attribute.
 void setTransId(DataRefOrLiteral value)
          Sets the value of the 'Trans Id' 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

getTransId

DataRefOrLiteral getTransId()
Returns the value of the 'Trans Id' containment reference.

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

Returns:
the value of the 'Trans Id' containment reference.
See Also:
setTransId(DataRefOrLiteral), COBOLPackage.getCicsReturnTransactionIdClause_TransId()

setTransId

void setTransId(DataRefOrLiteral value)
Sets the value of the 'Trans Id' containment reference.

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

getCommAreaClause

CicsCommunicationAreaClause getCommAreaClause()
Returns the value of the 'Comm Area Clause' containment reference.

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

Returns:
the value of the 'Comm Area Clause' containment reference.
See Also:
setCommAreaClause(CicsCommunicationAreaClause), COBOLPackage.getCicsReturnTransactionIdClause_CommAreaClause()

setCommAreaClause

void setCommAreaClause(CicsCommunicationAreaClause value)
Sets the value of the 'Comm Area Clause' containment reference.

Parameters:
value - the new value of the 'Comm Area Clause' containment reference.
See Also:
getCommAreaClause()

isImmediate

boolean isImmediate()
Returns the value of the 'Immediate' attribute.

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

Returns:
the value of the 'Immediate' attribute.
See Also:
setImmediate(boolean), COBOLPackage.getCicsReturnTransactionIdClause_Immediate()

setImmediate

void setImmediate(boolean value)
Sets the value of the 'Immediate' attribute.

Parameters:
value - the new value of the 'Immediate' attribute.
See Also:
isImmediate()