public interface CicsReceiveMapTerminalClause extends CicsReceiveMapFromOrTerminalClause
The following features are supported:
COBOLPackage.getCicsReceiveMapTerminalClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getInPartn()
Returns the value of the 'In Partn' containment reference.
|
boolean |
isAsIs()
Returns the value of the 'As Is' attribute.
|
void |
setAsIs(boolean value)
Sets the value of the '
As Is' attribute. |
void |
setInPartn(DataRefOrLiteral value)
Sets the value of the '
In Partn' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
boolean isAsIs()
The value is true if the ASIS option is used; false otherwise.
setAsIs(boolean),
COBOLPackage.getCicsReceiveMapTerminalClause_AsIs()void setAsIs(boolean value)
As Is' attribute.
value - the new value of the 'As Is' attribute.isAsIs()DataRefOrLiteral getInPartn()
The value is a representation of the name specified in the INPARTN option; if that option is not used, the value is null.
setInPartn(DataRefOrLiteral),
COBOLPackage.getCicsReceiveMapTerminalClause_InPartn()void setInPartn(DataRefOrLiteral value)
In Partn' containment reference.
value - the new value of the 'In Partn' containment reference.getInPartn()