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

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

public interface CicsReceiveMapTerminalClause
extends CicsReceiveMapFromOrTerminalClause

A representation of the model object 'Cics Receive Map Terminal Clause'.

The following features are supported:

See Also:
COBOLPackage.getCicsReceiveMapTerminalClause()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 DataRefOrLiteral getInPartn()
          Returns the value of the 'In Partn' containment reference.
 boolean isAsIs()
          Returns the value of the 'As Is' attribute.
 void setAsIs(boolean value)
          Sets the value of the 'As Is' attribute.
 void setInPartn(DataRefOrLiteral value)
          Sets the value of the 'In Partn' 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

isAsIs

boolean isAsIs()
Returns the value of the 'As Is' attribute.

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

Returns:
the value of the 'As Is' attribute.
See Also:
setAsIs(boolean), COBOLPackage.getCicsReceiveMapTerminalClause_AsIs()

setAsIs

void setAsIs(boolean value)
Sets the value of the 'As Is' attribute.

Parameters:
value - the new value of the 'As Is' attribute.
See Also:
isAsIs()

getInPartn

DataRefOrLiteral getInPartn()
Returns the value of the 'In Partn' containment reference.

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

Returns:
the value of the 'In Partn' containment reference.
See Also:
setInPartn(DataRefOrLiteral), COBOLPackage.getCicsReceiveMapTerminalClause_InPartn()

setInPartn

void setInPartn(DataRefOrLiteral value)
Sets the value of the 'In Partn' containment reference.

Parameters:
value - the new value of the 'In Partn' containment reference.
See Also:
getInPartn()