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

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

public interface CicsReceiveMapStmt
extends CicsStmt

A representation of the model object 'Cics Receive Map Stmt'.

The following features are supported:

See Also:
COBOLPackage.getCicsReceiveMapStmt()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 CicsReceiveMapFromOrTerminalClause getFromOrTerminalClause()
          Returns the value of the 'From Or Terminal Clause' containment reference.
 CicsIntoOrSetClause getIntoOrSetClause()
          Returns the value of the 'Into Or Set Clause' containment reference.
 DataRefOrLiteral getMap()
          Returns the value of the 'Map' containment reference.
 DataRefOrLiteral getMapSet()
          Returns the value of the 'Map Set' containment reference.
 void setFromOrTerminalClause(CicsReceiveMapFromOrTerminalClause value)
          Sets the value of the 'From Or Terminal Clause' containment reference.
 void setIntoOrSetClause(CicsIntoOrSetClause value)
          Sets the value of the 'Into Or Set Clause' containment reference.
 void setMap(DataRefOrLiteral value)
          Sets the value of the 'Map' containment reference.
 void setMapSet(DataRefOrLiteral value)
          Sets the value of the 'Map Set' 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

getMap

DataRefOrLiteral getMap()
Returns the value of the 'Map' containment reference.

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

Returns:
the value of the 'Map' containment reference.
See Also:
setMap(DataRefOrLiteral), COBOLPackage.getCicsReceiveMapStmt_Map()

setMap

void setMap(DataRefOrLiteral value)
Sets the value of the 'Map' containment reference.

Parameters:
value - the new value of the 'Map' containment reference.
See Also:
getMap()

getMapSet

DataRefOrLiteral getMapSet()
Returns the value of the 'Map Set' containment reference.

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

Returns:
the value of the 'Map Set' containment reference.
See Also:
setMapSet(DataRefOrLiteral), COBOLPackage.getCicsReceiveMapStmt_MapSet()

setMapSet

void setMapSet(DataRefOrLiteral value)
Sets the value of the 'Map Set' containment reference.

Parameters:
value - the new value of the 'Map Set' containment reference.
See Also:
getMapSet()

getIntoOrSetClause

CicsIntoOrSetClause getIntoOrSetClause()
Returns the value of the 'Into Or Set Clause' containment reference.

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

Returns:
the value of the 'Into Or Set Clause' containment reference.
See Also:
setIntoOrSetClause(CicsIntoOrSetClause), COBOLPackage.getCicsReceiveMapStmt_IntoOrSetClause()

setIntoOrSetClause

void setIntoOrSetClause(CicsIntoOrSetClause value)
Sets the value of the 'Into Or Set Clause' containment reference.

Parameters:
value - the new value of the 'Into Or Set Clause' containment reference.
See Also:
getIntoOrSetClause()

getFromOrTerminalClause

CicsReceiveMapFromOrTerminalClause getFromOrTerminalClause()
Returns the value of the 'From Or Terminal Clause' containment reference.

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

Returns:
the value of the 'From Or Terminal Clause' containment reference.
See Also:
setFromOrTerminalClause(CicsReceiveMapFromOrTerminalClause), COBOLPackage.getCicsReceiveMapStmt_FromOrTerminalClause()

setFromOrTerminalClause

void setFromOrTerminalClause(CicsReceiveMapFromOrTerminalClause value)
Sets the value of the 'From Or Terminal Clause' containment reference.

Parameters:
value - the new value of the 'From Or Terminal Clause' containment reference.
See Also:
getFromOrTerminalClause()