| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEnvVariableName()
Returns the value of the 'Env Variable Name' attribute.
|
DataRef |
getReceivingArea()
Returns the value of the 'Receiving Area' containment reference.
|
void |
setEnvVariableName(java.lang.String value)
Sets the value of the '
Env Variable Name' attribute. |
void |
setReceivingArea(DataRef value)
Sets the value of the '
Receiving Area' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
java.lang.String getEnvVariableName()
The value is the name of the option, for example ABCODE, ABDUMP.
setEnvVariableName(String),
COBOLPackage.getCicsAssignClause_EnvVariableName()void setEnvVariableName(java.lang.String value)
Env Variable Name' attribute.
value - the new value of the 'Env Variable Name' attribute.getEnvVariableName()DataRef getReceivingArea()
The value is a representation of the data area specified in the option.
setReceivingArea(DataRef),
COBOLPackage.getCicsAssignClause_ReceivingArea()void setReceivingArea(DataRef value)
Receiving Area' containment reference.
value - the new value of the 'Receiving Area' containment reference.getReceivingArea()