public interface CicsDefineActivityStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsDefineActivityStmt()| 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.
|
DataRef |
getActivityId()
Returns the value of the 'Activity Id' containment reference.
|
DataRefOrLiteral |
getEvent()
Returns the value of the 'Event' containment reference.
|
DataRefOrLiteral |
getProgram()
Returns the value of the 'Program' containment reference.
|
DataRefOrLiteral |
getTransId()
Returns the value of the 'Trans Id' containment reference.
|
DataRefOrLiteral |
getUserId()
Returns the value of the 'User Id' containment reference.
|
void |
setActivity(DataRefOrLiteral value)
Sets the value of the '
Activity' containment reference. |
void |
setActivityId(DataRef value)
Sets the value of the '
Activity Id' containment reference. |
void |
setEvent(DataRefOrLiteral value)
Sets the value of the '
Event' containment reference. |
void |
setProgram(DataRefOrLiteral value)
Sets the value of the '
Program' containment reference. |
void |
setTransId(DataRefOrLiteral value)
Sets the value of the '
Trans Id' containment reference. |
void |
setUserId(DataRefOrLiteral value)
Sets the value of the '
User Id' 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.
setActivity(DataRefOrLiteral),
COBOLPackage.getCicsDefineActivityStmt_Activity()void setActivity(DataRefOrLiteral value)
Activity' containment reference.
value - the new value of the 'Activity' containment reference.getActivity()DataRefOrLiteral getEvent()
The value is a representation of the data value specified in the EVENT option; if that option is not used, the value is null.
setEvent(DataRefOrLiteral),
COBOLPackage.getCicsDefineActivityStmt_Event()void setEvent(DataRefOrLiteral value)
Event' containment reference.
value - the new value of the 'Event' containment reference.getEvent()DataRefOrLiteral getTransId()
The value is a representation of the data value specified in the TRANSID option.
setTransId(DataRefOrLiteral),
COBOLPackage.getCicsDefineActivityStmt_TransId()void setTransId(DataRefOrLiteral value)
Trans Id' containment reference.
value - the new value of the 'Trans Id' containment reference.getTransId()DataRefOrLiteral getProgram()
The value is a representation of the data value specified in the PROGRAM option; if that option is not used, the value is null.
setProgram(DataRefOrLiteral),
COBOLPackage.getCicsDefineActivityStmt_Program()void setProgram(DataRefOrLiteral value)
Program' containment reference.
value - the new value of the 'Program' containment reference.getProgram()DataRefOrLiteral getUserId()
The value is a representation of the data value specified in the USERID option; if that option is not used, the value is null.
setUserId(DataRefOrLiteral),
COBOLPackage.getCicsDefineActivityStmt_UserId()void setUserId(DataRefOrLiteral value)
User Id' containment reference.
value - the new value of the 'User Id' containment reference.getUserId()DataRef getActivityId()
The value is a representation of the data area specified in the ACTIVITYID option; if that option is not used, the value is null.
setActivityId(DataRef),
COBOLPackage.getCicsDefineActivityStmt_ActivityId()void setActivityId(DataRef value)
Activity Id' containment reference.
value - the new value of the 'Activity Id' containment reference.getActivityId()