public interface CicsMoveContainerStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsMoveContainerStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getAs()
Returns the value of the 'As' containment reference.
|
DataRefOrLiteral |
getChannel()
Returns the value of the 'Channel' containment reference.
|
DataRefOrLiteral |
getContainer()
Returns the value of the 'Container' containment reference.
|
DataRefOrLiteral |
getFromActivity()
Returns the value of the 'From Activity' containment reference.
|
DataRefOrLiteral |
getToActivity()
Returns the value of the 'To Activity' containment reference.
|
DataRefOrLiteral |
getToChannel()
Returns the value of the 'To Channel' containment reference.
|
boolean |
isFromProcess()
Returns the value of the 'From Process' attribute.
|
boolean |
isToProcess()
Returns the value of the 'To Process' attribute.
|
void |
setAs(DataRefOrLiteral value)
Sets the value of the '
As' containment reference. |
void |
setChannel(DataRefOrLiteral value)
Sets the value of the '
Channel' containment reference. |
void |
setContainer(DataRefOrLiteral value)
Sets the value of the '
Container' containment reference. |
void |
setFromActivity(DataRefOrLiteral value)
Sets the value of the '
From Activity' containment reference. |
void |
setFromProcess(boolean value)
Sets the value of the '
From Process' attribute. |
void |
setToActivity(DataRefOrLiteral value)
Sets the value of the '
To Activity' containment reference. |
void |
setToChannel(DataRefOrLiteral value)
Sets the value of the '
To Channel' containment reference. |
void |
setToProcess(boolean value)
Sets the value of the '
To Process' attribute. |
getResp, getResp2, isNoEDF, isNoHandle, isSysEIB, setNoEDF, setNoHandle, setResp, setResp2, setSysEIBgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRefOrLiteral getContainer()
The value is a representation of the data value specified in the CONTAINER option.
setContainer(DataRefOrLiteral),
COBOLPackage.getCicsMoveContainerStmt_Container()void setContainer(DataRefOrLiteral value)
Container' containment reference.
value - the new value of the 'Container' containment reference.getContainer()DataRefOrLiteral getAs()
The value is a representation of the data value specified in the AS option; if that option is not used, the value is null.
setAs(DataRefOrLiteral),
COBOLPackage.getCicsMoveContainerStmt_As()void setAs(DataRefOrLiteral value)
As' containment reference.
value - the new value of the 'As' containment reference.getAs()boolean isFromProcess()
The value is true if the FROMPROCESS option is used; false otherwise.
setFromProcess(boolean),
COBOLPackage.getCicsMoveContainerStmt_FromProcess()void setFromProcess(boolean value)
From Process' attribute.
value - the new value of the 'From Process' attribute.isFromProcess()DataRefOrLiteral getFromActivity()
The value is a representation of the data value specified in the FROMACTIVITY option; if that option is not used, the value is null.
setFromActivity(DataRefOrLiteral),
COBOLPackage.getCicsMoveContainerStmt_FromActivity()void setFromActivity(DataRefOrLiteral value)
From Activity' containment reference.
value - the new value of the 'From Activity' containment reference.getFromActivity()boolean isToProcess()
The value is true if the TOPROCESS option is used; false otherwise.
setToProcess(boolean),
COBOLPackage.getCicsMoveContainerStmt_ToProcess()void setToProcess(boolean value)
To Process' attribute.
value - the new value of the 'To Process' attribute.isToProcess()DataRefOrLiteral getToActivity()
The value is a representation of the data value specified in the TOACTIVITY option; if that option is not used, the value is null.
setToActivity(DataRefOrLiteral),
COBOLPackage.getCicsMoveContainerStmt_ToActivity()void setToActivity(DataRefOrLiteral value)
To Activity' containment reference.
value - the new value of the 'To Activity' containment reference.getToActivity()DataRefOrLiteral getChannel()
The value is a representation of the data value specified in the CHANNEL option; if that option is not used, the value is null.
setChannel(DataRefOrLiteral),
COBOLPackage.getCicsMoveContainerStmt_Channel()void setChannel(DataRefOrLiteral value)
Channel' containment reference.
value - the new value of the 'Channel' containment reference.getChannel()DataRefOrLiteral getToChannel()
The value is a representation of the data value specified in the TOCHANNEL option; if that option is not used, the value is null.
setToChannel(DataRefOrLiteral),
COBOLPackage.getCicsMoveContainerStmt_ToChannel()void setToChannel(DataRefOrLiteral value)
To Channel' containment reference.
value - the new value of the 'To Channel' containment reference.getToChannel()