| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getActivity()
Returns the value of the 'Activity' containment reference.
|
DataRefOrLiteral |
getFacilityTokn()
Returns the value of the 'Facility Tokn' containment reference.
|
DataRefOrLiteral |
getInputEvent()
Returns the value of the 'Input Event' containment reference.
|
boolean |
isACQActivity()
Returns the value of the 'ACQ Activity' attribute.
|
boolean |
isACQProcess()
Returns the value of the 'ACQ Process' attribute.
|
boolean |
isAsynchronous()
Returns the value of the 'Asynchronous' attribute.
|
boolean |
isSynchronous()
Returns the value of the 'Synchronous' attribute.
|
void |
setACQActivity(boolean value)
Sets the value of the '
ACQ Activity' attribute. |
void |
setACQProcess(boolean value)
Sets the value of the '
ACQ Process' attribute. |
void |
setActivity(DataRefOrLiteral value)
Sets the value of the '
Activity' containment reference. |
void |
setAsynchronous(boolean value)
Sets the value of the '
Asynchronous' attribute. |
void |
setFacilityTokn(DataRefOrLiteral value)
Sets the value of the '
Facility Tokn' containment reference. |
void |
setInputEvent(DataRefOrLiteral value)
Sets the value of the '
Input Event' containment reference. |
void |
setSynchronous(boolean value)
Sets the value of the '
Synchronous' 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 getActivity()
The value is a representation of the data value specified in the ACTIVITY option; if that option is not used, the value is null.
setActivity(DataRefOrLiteral),
COBOLPackage.getCicsRunStmt_Activity()void setActivity(DataRefOrLiteral value)
Activity' containment reference.
value - the new value of the 'Activity' containment reference.getActivity()boolean isACQActivity()
The value is true if the ACQACTIVITY option is used; false otherwise.
setACQActivity(boolean),
COBOLPackage.getCicsRunStmt_ACQActivity()void setACQActivity(boolean value)
ACQ Activity' attribute.
value - the new value of the 'ACQ Activity' attribute.isACQActivity()boolean isACQProcess()
The value is true if the ACQPROCESS option is used; false otherwise.
setACQProcess(boolean),
COBOLPackage.getCicsRunStmt_ACQProcess()void setACQProcess(boolean value)
ACQ Process' attribute.
value - the new value of the 'ACQ Process' attribute.isACQProcess()boolean isSynchronous()
The value is true if the SYNCHRONOUS option is used; false otherwise.
setSynchronous(boolean),
COBOLPackage.getCicsRunStmt_Synchronous()void setSynchronous(boolean value)
Synchronous' attribute.
value - the new value of the 'Synchronous' attribute.isSynchronous()boolean isAsynchronous()
The value is true if the ASYNCHRONOUS option is used; false otherwise.
setAsynchronous(boolean),
COBOLPackage.getCicsRunStmt_Asynchronous()void setAsynchronous(boolean value)
Asynchronous' attribute.
value - the new value of the 'Asynchronous' attribute.isAsynchronous()DataRefOrLiteral getFacilityTokn()
The value is a representation of the data value specified in the FACILITYTOKN option; if that option is not used, the value is null.
setFacilityTokn(DataRefOrLiteral),
COBOLPackage.getCicsRunStmt_FacilityTokn()void setFacilityTokn(DataRefOrLiteral value)
Facility Tokn' containment reference.
value - the new value of the 'Facility Tokn' containment reference.getFacilityTokn()DataRefOrLiteral getInputEvent()
The value is a representation of the data value specified in the INPUTEVENT option; if that option is not used, the value is null.
setInputEvent(DataRefOrLiteral),
COBOLPackage.getCicsRunStmt_InputEvent()void setInputEvent(DataRefOrLiteral value)
Input Event' containment reference.
value - the new value of the 'Input Event' containment reference.getInputEvent()