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

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

public interface CicsSendMapStmt
extends CicsStmt

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

The following features are supported:

See Also:
COBOLPackage.getCicsSendMapStmt()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 CicsSendMapCursorClause getCursorClause()
          Returns the value of the 'Cursor Clause' containment reference.
 CicsEraseClause getEraseClause()
          Returns the value of the 'Erase Clause' containment reference.
 DataRef getFrom()
          Returns the value of the 'From' containment reference.
 DataRefOrLiteral getLength()
          Returns the value of the 'Length' containment reference.
 DataRefOrLiteral getMap()
          Returns the value of the 'Map' containment reference.
 DataRefOrLiteral getMapSet()
          Returns the value of the 'Map Set' containment reference.
 boolean isAlarm()
          Returns the value of the 'Alarm' attribute.
 boolean isDataOnly()
          Returns the value of the 'Data Only' attribute.
 boolean isEraseaup()
          Returns the value of the 'Eraseaup' attribute.
 boolean isFormFeed()
          Returns the value of the 'Form Feed' attribute.
 boolean isFreeKb()
          Returns the value of the 'Free Kb' attribute.
 boolean isFrset()
          Returns the value of the 'Frset' attribute.
 boolean isMapOnly()
          Returns the value of the 'Map Only' attribute.
 boolean isPrint()
          Returns the value of the 'Print' attribute.
 void setAlarm(boolean value)
          Sets the value of the 'Alarm' attribute.
 void setCursorClause(CicsSendMapCursorClause value)
          Sets the value of the 'Cursor Clause' containment reference.
 void setDataOnly(boolean value)
          Sets the value of the 'Data Only' attribute.
 void setEraseaup(boolean value)
          Sets the value of the 'Eraseaup' attribute.
 void setEraseClause(CicsEraseClause value)
          Sets the value of the 'Erase Clause' containment reference.
 void setFormFeed(boolean value)
          Sets the value of the 'Form Feed' attribute.
 void setFreeKb(boolean value)
          Sets the value of the 'Free Kb' attribute.
 void setFrom(DataRef value)
          Sets the value of the 'From' containment reference.
 void setFrset(boolean value)
          Sets the value of the 'Frset' attribute.
 void setLength(DataRefOrLiteral value)
          Sets the value of the 'Length' containment reference.
 void setMap(DataRefOrLiteral value)
          Sets the value of the 'Map' containment reference.
 void setMapOnly(boolean value)
          Sets the value of the 'Map Only' attribute.
 void setMapSet(DataRefOrLiteral value)
          Sets the value of the 'Map Set' containment reference.
 void setPrint(boolean value)
          Sets the value of the 'Print' attribute.
 
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.getCicsSendMapStmt_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.getCicsSendMapStmt_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()

isMapOnly

boolean isMapOnly()
Returns the value of the 'Map Only' attribute.

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

Returns:
the value of the 'Map Only' attribute.
See Also:
setMapOnly(boolean), COBOLPackage.getCicsSendMapStmt_MapOnly()

setMapOnly

void setMapOnly(boolean value)
Sets the value of the 'Map Only' attribute.

Parameters:
value - the new value of the 'Map Only' attribute.
See Also:
isMapOnly()

getFrom

DataRef getFrom()
Returns the value of the 'From' containment reference.

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

Returns:
the value of the 'From' containment reference.
See Also:
setFrom(DataRef), COBOLPackage.getCicsSendMapStmt_From()

setFrom

void setFrom(DataRef value)
Sets the value of the 'From' containment reference.

Parameters:
value - the new value of the 'From' containment reference.
See Also:
getFrom()

isDataOnly

boolean isDataOnly()
Returns the value of the 'Data Only' attribute.

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

Returns:
the value of the 'Data Only' attribute.
See Also:
setDataOnly(boolean), COBOLPackage.getCicsSendMapStmt_DataOnly()

setDataOnly

void setDataOnly(boolean value)
Sets the value of the 'Data Only' attribute.

Parameters:
value - the new value of the 'Data Only' attribute.
See Also:
isDataOnly()

getLength

DataRefOrLiteral getLength()
Returns the value of the 'Length' containment reference.

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

Returns:
the value of the 'Length' containment reference.
See Also:
setLength(DataRefOrLiteral), COBOLPackage.getCicsSendMapStmt_Length()

setLength

void setLength(DataRefOrLiteral value)
Sets the value of the 'Length' containment reference.

Parameters:
value - the new value of the 'Length' containment reference.
See Also:
getLength()

getCursorClause

CicsSendMapCursorClause getCursorClause()
Returns the value of the 'Cursor Clause' containment reference.

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

Returns:
the value of the 'Cursor Clause' containment reference.
See Also:
setCursorClause(CicsSendMapCursorClause), COBOLPackage.getCicsSendMapStmt_CursorClause()

setCursorClause

void setCursorClause(CicsSendMapCursorClause value)
Sets the value of the 'Cursor Clause' containment reference.

Parameters:
value - the new value of the 'Cursor Clause' containment reference.
See Also:
getCursorClause()

isFormFeed

boolean isFormFeed()
Returns the value of the 'Form Feed' attribute.

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

Returns:
the value of the 'Form Feed' attribute.
See Also:
setFormFeed(boolean), COBOLPackage.getCicsSendMapStmt_FormFeed()

setFormFeed

void setFormFeed(boolean value)
Sets the value of the 'Form Feed' attribute.

Parameters:
value - the new value of the 'Form Feed' attribute.
See Also:
isFormFeed()

getEraseClause

CicsEraseClause getEraseClause()
Returns the value of the 'Erase Clause' containment reference.

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

Returns:
the value of the 'Erase Clause' containment reference.
See Also:
setEraseClause(CicsEraseClause), COBOLPackage.getCicsSendMapStmt_EraseClause()

setEraseClause

void setEraseClause(CicsEraseClause value)
Sets the value of the 'Erase Clause' containment reference.

Parameters:
value - the new value of the 'Erase Clause' containment reference.
See Also:
getEraseClause()

isEraseaup

boolean isEraseaup()
Returns the value of the 'Eraseaup' attribute.

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

Returns:
the value of the 'Eraseaup' attribute.
See Also:
setEraseaup(boolean), COBOLPackage.getCicsSendMapStmt_Eraseaup()

setEraseaup

void setEraseaup(boolean value)
Sets the value of the 'Eraseaup' attribute.

Parameters:
value - the new value of the 'Eraseaup' attribute.
See Also:
isEraseaup()

isPrint

boolean isPrint()
Returns the value of the 'Print' attribute.

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

Returns:
the value of the 'Print' attribute.
See Also:
setPrint(boolean), COBOLPackage.getCicsSendMapStmt_Print()

setPrint

void setPrint(boolean value)
Sets the value of the 'Print' attribute.

Parameters:
value - the new value of the 'Print' attribute.
See Also:
isPrint()

isFreeKb

boolean isFreeKb()
Returns the value of the 'Free Kb' attribute.

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

Returns:
the value of the 'Free Kb' attribute.
See Also:
setFreeKb(boolean), COBOLPackage.getCicsSendMapStmt_FreeKb()

setFreeKb

void setFreeKb(boolean value)
Sets the value of the 'Free Kb' attribute.

Parameters:
value - the new value of the 'Free Kb' attribute.
See Also:
isFreeKb()

isAlarm

boolean isAlarm()
Returns the value of the 'Alarm' attribute.

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

Returns:
the value of the 'Alarm' attribute.
See Also:
setAlarm(boolean), COBOLPackage.getCicsSendMapStmt_Alarm()

setAlarm

void setAlarm(boolean value)
Sets the value of the 'Alarm' attribute.

Parameters:
value - the new value of the 'Alarm' attribute.
See Also:
isAlarm()

isFrset

boolean isFrset()
Returns the value of the 'Frset' attribute.

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

Returns:
the value of the 'Frset' attribute.
See Also:
setFrset(boolean), COBOLPackage.getCicsSendMapStmt_Frset()

setFrset

void setFrset(boolean value)
Sets the value of the 'Frset' attribute.

Parameters:
value - the new value of the 'Frset' attribute.
See Also:
isFrset()