public interface CicsSendMapCursorClause extends ASTNode
The following features are supported:
COBOLPackage.getCicsSendMapCursorClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getCursor()
Returns the value of the 'Cursor' containment reference.
|
void |
setCursor(DataRefOrLiteral value)
Sets the value of the '
Cursor' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRefOrLiteral getCursor()
The value is a representation of the data value specified in the MAPSET option; if no data value is specified, the value is null.
setCursor(DataRefOrLiteral),
COBOLPackage.getCicsSendMapCursorClause_Cursor()void setCursor(DataRefOrLiteral value)
Cursor' containment reference.
value - the new value of the 'Cursor' containment reference.getCursor()