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

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

public interface CicsLinkStmt
extends CicsStmt

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

The following features are supported:

See Also:
COBOLPackage.getCicsLinkStmt()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 CicsCommunicationAreaClause getCommAreaClause()
          Returns the value of the 'Comm Area Clause' containment reference.
 CicsInputMessageClause getInputMsgClause()
          Returns the value of the 'Input Msg Clause' containment reference.
 DataRefOrLiteral getProgram()
          Returns the value of the 'Program' containment reference.
 DataRefOrLiteral getSysId()
          Returns the value of the 'Sys Id' containment reference.
 DataRefOrLiteral getTransId()
          Returns the value of the 'Trans Id' containment reference.
 boolean isSyncOnReturn()
          Returns the value of the 'Sync On Return' attribute.
 void setCommAreaClause(CicsCommunicationAreaClause value)
          Sets the value of the 'Comm Area Clause' containment reference.
 void setInputMsgClause(CicsInputMessageClause value)
          Sets the value of the 'Input Msg Clause' containment reference.
 void setProgram(DataRefOrLiteral value)
          Sets the value of the 'Program' containment reference.
 void setSyncOnReturn(boolean value)
          Sets the value of the 'Sync On Return' attribute.
 void setSysId(DataRefOrLiteral value)
          Sets the value of the 'Sys Id' containment reference.
 void setTransId(DataRefOrLiteral value)
          Sets the value of the 'Trans Id' 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

getProgram

DataRefOrLiteral getProgram()
Returns the value of the 'Program' containment reference.

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

Returns:
the value of the 'Program' containment reference.
See Also:
setProgram(DataRefOrLiteral), COBOLPackage.getCicsLinkStmt_Program()

setProgram

void setProgram(DataRefOrLiteral value)
Sets the value of the 'Program' containment reference.

Parameters:
value - the new value of the 'Program' containment reference.
See Also:
getProgram()

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.getCicsLinkStmt_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()

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.getCicsLinkStmt_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()

getSysId

DataRefOrLiteral getSysId()
Returns the value of the 'Sys Id' containment reference.

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

Returns:
the value of the 'Sys Id' containment reference.
See Also:
setSysId(DataRefOrLiteral), COBOLPackage.getCicsLinkStmt_SysId()

setSysId

void setSysId(DataRefOrLiteral value)
Sets the value of the 'Sys Id' containment reference.

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

isSyncOnReturn

boolean isSyncOnReturn()
Returns the value of the 'Sync On Return' attribute.

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

Returns:
the value of the 'Sync On Return' attribute.
See Also:
setSyncOnReturn(boolean), COBOLPackage.getCicsLinkStmt_SyncOnReturn()

setSyncOnReturn

void setSyncOnReturn(boolean value)
Sets the value of the 'Sync On Return' attribute.

Parameters:
value - the new value of the 'Sync On Return' attribute.
See Also:
isSyncOnReturn()

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.getCicsLinkStmt_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()