public interface CicsIntoClause extends CicsIntoOrSetClause
The following features are supported:
COBOLPackage.getCicsIntoClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getDataArea()
Returns the value of the 'Data Area' containment reference.
|
void |
setDataArea(DataRef value)
Sets the value of the '
Data Area' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRef getDataArea()
The value is a representation of the data area specified in the INTO option.
setDataArea(DataRef),
COBOLPackage.getCicsIntoClause_DataArea()void setDataArea(DataRef value)
Data Area' containment reference.
value - the new value of the 'Data Area' containment reference.getDataArea()