public interface CicsLinkActivityStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsLinkActivityStmt()| 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 |
getInputEvent()
Returns the value of the 'Input Event' containment reference.
|
boolean |
isACQActivity()
Returns the value of the 'ACQ Activity' attribute.
|
void |
setACQActivity(boolean value)
Sets the value of the '
ACQ Activity' attribute. |
void |
setActivity(DataRefOrLiteral value)
Sets the value of the '
Activity' containment reference. |
void |
setInputEvent(DataRefOrLiteral value)
Sets the value of the '
Input Event' 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 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.getCicsLinkActivityStmt_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.getCicsLinkActivityStmt_ACQActivity()void setACQActivity(boolean value)
ACQ Activity' attribute.
value - the new value of the 'ACQ Activity' attribute.isACQActivity()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.getCicsLinkActivityStmt_InputEvent()void setInputEvent(DataRefOrLiteral value)
Input Event' containment reference.
value - the new value of the 'Input Event' containment reference.getInputEvent()