public interface CicsDefineProcessStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsDefineProcessStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getProcess()
Returns the value of the 'Process' containment reference.
|
DataRefOrLiteral |
getProcessType()
Returns the value of the 'Process Type' 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.
|
boolean |
isNoCheck()
Returns the value of the 'No Check' attribute.
|
void |
setNoCheck(boolean value)
Sets the value of the '
No Check' attribute. |
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. |
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 getProcess()
The value is a representation of the data value specified in the PROCESS option.
setProcess(DataRefOrLiteral),
COBOLPackage.getCicsDefineProcessStmt_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.
setProcessType(DataRefOrLiteral),
COBOLPackage.getCicsDefineProcessStmt_ProcessType()void setProcessType(DataRefOrLiteral value)
Process Type' containment reference.
value - the new value of the 'Process Type' containment reference.getProcessType()DataRefOrLiteral getTransId()
The value is a representation of the data value specified in the TRANSID option.
setTransId(DataRefOrLiteral),
COBOLPackage.getCicsDefineProcessStmt_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 the option is not used, the value is null.
setProgram(DataRefOrLiteral),
COBOLPackage.getCicsDefineProcessStmt_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 the option is not used, the value is null.
setUserId(DataRefOrLiteral),
COBOLPackage.getCicsDefineProcessStmt_UserId()void setUserId(DataRefOrLiteral value)
User Id' containment reference.
value - the new value of the 'User Id' containment reference.getUserId()boolean isNoCheck()
The value is true if the NOCHECK option is used; false otherwise.
setNoCheck(boolean),
COBOLPackage.getCicsDefineProcessStmt_NoCheck()void setNoCheck(boolean value)
No Check' attribute.
value - the new value of the 'No Check' attribute.isNoCheck()