| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getActivityId()
Returns the value of the 'Activity Id' containment reference.
|
DataRefOrLiteral |
getProcess()
Returns the value of the 'Process' containment reference.
|
DataRefOrLiteral |
getProcessType()
Returns the value of the 'Process Type' containment reference.
|
void |
setActivityId(DataRefOrLiteral value)
Sets the value of the '
Activity Id' containment reference. |
void |
setProcess(DataRefOrLiteral value)
Sets the value of the '
Process' containment reference. |
void |
setProcessType(DataRefOrLiteral value)
Sets the value of the '
Process Type' containment reference. |
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 getProcess()
The value is a representation of the data value specified in the PROCESS option; if the PROCESS option is not used, the value is null.
setProcess(DataRefOrLiteral),
COBOLPackage.getCicsAcquireStmt_Process()void setProcess(DataRefOrLiteral value)
Process' containment reference.
value - the new value of the 'Process' containment reference.getProcess()DataRefOrLiteral getProcessType()
The value is a representation of the data value specified in the PROCESSTYPE option; if the PROCESSTYPE option is not used, the value is null.
setProcessType(DataRefOrLiteral),
COBOLPackage.getCicsAcquireStmt_ProcessType()void setProcessType(DataRefOrLiteral value)
Process Type' containment reference.
value - the new value of the 'Process Type' containment reference.getProcessType()DataRefOrLiteral getActivityId()
The value is a representation of the data value specified in the ACTIVITYID option; if the ACTIVITYID option is not used, the value is null.
setActivityId(DataRefOrLiteral),
COBOLPackage.getCicsAcquireStmt_ActivityId()void setActivityId(DataRefOrLiteral value)
Activity Id' containment reference.
value - the new value of the 'Activity Id' containment reference.getActivityId()