|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface CicsSendMapStmt
A representation of the model object 'Cics Send Map Stmt'.
The following features are supported:
MapMap SetMap OnlyFromData OnlyLengthCursor ClauseForm FeedErase ClauseEraseaupPrintFree KbAlarmFrset
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 |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
DataRefOrLiteral getMap()
If the meaning of the 'Map' containment reference isn't clear, there really should be more of a description here...
setMap(DataRefOrLiteral),
COBOLPackage.getCicsSendMapStmt_Map()void setMap(DataRefOrLiteral value)
Map' containment reference.
value - the new value of the 'Map' containment reference.getMap()DataRefOrLiteral getMapSet()
If the meaning of the 'Map Set' containment reference isn't clear, there really should be more of a description here...
setMapSet(DataRefOrLiteral),
COBOLPackage.getCicsSendMapStmt_MapSet()void setMapSet(DataRefOrLiteral value)
Map Set' containment reference.
value - the new value of the 'Map Set' containment reference.getMapSet()boolean isMapOnly()
If the meaning of the 'Map Only' attribute isn't clear, there really should be more of a description here...
setMapOnly(boolean),
COBOLPackage.getCicsSendMapStmt_MapOnly()void setMapOnly(boolean value)
Map Only' attribute.
value - the new value of the 'Map Only' attribute.isMapOnly()DataRef getFrom()
If the meaning of the 'From' containment reference isn't clear, there really should be more of a description here...
setFrom(DataRef),
COBOLPackage.getCicsSendMapStmt_From()void setFrom(DataRef value)
From' containment reference.
value - the new value of the 'From' containment reference.getFrom()boolean isDataOnly()
If the meaning of the 'Data Only' attribute isn't clear, there really should be more of a description here...
setDataOnly(boolean),
COBOLPackage.getCicsSendMapStmt_DataOnly()void setDataOnly(boolean value)
Data Only' attribute.
value - the new value of the 'Data Only' attribute.isDataOnly()DataRefOrLiteral getLength()
If the meaning of the 'Length' containment reference isn't clear, there really should be more of a description here...
setLength(DataRefOrLiteral),
COBOLPackage.getCicsSendMapStmt_Length()void setLength(DataRefOrLiteral value)
Length' containment reference.
value - the new value of the 'Length' containment reference.getLength()CicsSendMapCursorClause getCursorClause()
If the meaning of the 'Cursor Clause' containment reference isn't clear, there really should be more of a description here...
setCursorClause(CicsSendMapCursorClause),
COBOLPackage.getCicsSendMapStmt_CursorClause()void setCursorClause(CicsSendMapCursorClause value)
Cursor Clause' containment reference.
value - the new value of the 'Cursor Clause' containment reference.getCursorClause()boolean isFormFeed()
If the meaning of the 'Form Feed' attribute isn't clear, there really should be more of a description here...
setFormFeed(boolean),
COBOLPackage.getCicsSendMapStmt_FormFeed()void setFormFeed(boolean value)
Form Feed' attribute.
value - the new value of the 'Form Feed' attribute.isFormFeed()CicsEraseClause getEraseClause()
If the meaning of the 'Erase Clause' containment reference isn't clear, there really should be more of a description here...
setEraseClause(CicsEraseClause),
COBOLPackage.getCicsSendMapStmt_EraseClause()void setEraseClause(CicsEraseClause value)
Erase Clause' containment reference.
value - the new value of the 'Erase Clause' containment reference.getEraseClause()boolean isEraseaup()
If the meaning of the 'Eraseaup' attribute isn't clear, there really should be more of a description here...
setEraseaup(boolean),
COBOLPackage.getCicsSendMapStmt_Eraseaup()void setEraseaup(boolean value)
Eraseaup' attribute.
value - the new value of the 'Eraseaup' attribute.isEraseaup()boolean isPrint()
If the meaning of the 'Print' attribute isn't clear, there really should be more of a description here...
setPrint(boolean),
COBOLPackage.getCicsSendMapStmt_Print()void setPrint(boolean value)
Print' attribute.
value - the new value of the 'Print' attribute.isPrint()boolean isFreeKb()
If the meaning of the 'Free Kb' attribute isn't clear, there really should be more of a description here...
setFreeKb(boolean),
COBOLPackage.getCicsSendMapStmt_FreeKb()void setFreeKb(boolean value)
Free Kb' attribute.
value - the new value of the 'Free Kb' attribute.isFreeKb()boolean isAlarm()
If the meaning of the 'Alarm' attribute isn't clear, there really should be more of a description here...
setAlarm(boolean),
COBOLPackage.getCicsSendMapStmt_Alarm()void setAlarm(boolean value)
Alarm' attribute.
value - the new value of the 'Alarm' attribute.isAlarm()boolean isFrset()
If the meaning of the 'Frset' attribute isn't clear, there really should be more of a description here...
setFrset(boolean),
COBOLPackage.getCicsSendMapStmt_Frset()void setFrset(boolean value)
Frset' attribute.
value - the new value of the 'Frset' attribute.isFrset()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||