public interface CicsExtractProcessStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsExtractProcessStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getConvId()
Returns the value of the 'Conv Id' containment reference.
|
DataRefOrLiteral |
getMaxProcLen()
Returns the value of the 'Max Proc Len' containment reference.
|
DataRef |
getPipLength()
Returns the value of the 'Pip Length' containment reference.
|
DataRef |
getPipList()
Returns the value of the 'Pip List' containment reference.
|
DataRef |
getProcLength()
Returns the value of the 'Proc Length' containment reference.
|
DataRef |
getProcName()
Returns the value of the 'Proc Name' containment reference.
|
DataRefOrLiteral |
getSession()
Returns the value of the 'Session' containment reference.
|
DataRef |
getSyncLevel()
Returns the value of the 'Sync Level' containment reference.
|
void |
setConvId(DataRefOrLiteral value)
Sets the value of the '
Conv Id' containment reference. |
void |
setMaxProcLen(DataRefOrLiteral value)
Sets the value of the '
Max Proc Len' containment reference. |
void |
setPipLength(DataRef value)
Sets the value of the '
Pip Length' containment reference. |
void |
setPipList(DataRef value)
Sets the value of the '
Pip List' containment reference. |
void |
setProcLength(DataRef value)
Sets the value of the '
Proc Length' containment reference. |
void |
setProcName(DataRef value)
Sets the value of the '
Proc Name' containment reference. |
void |
setSession(DataRefOrLiteral value)
Sets the value of the '
Session' containment reference. |
void |
setSyncLevel(DataRef value)
Sets the value of the '
Sync Level' 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
DataRef getProcName()
The value is a representation of the data area specified in the PROCNAME option; if that option is not used, the value is null.
setProcName(DataRef),
COBOLPackage.getCicsExtractProcessStmt_ProcName()void setProcName(DataRef value)
Proc Name' containment reference.
value - the new value of the 'Proc Name' containment reference.getProcName()DataRef getProcLength()
The value is a representation of the data area specified in the PROCLENGTH option; if that option is not used, the value is null.
setProcLength(DataRef),
COBOLPackage.getCicsExtractProcessStmt_ProcLength()void setProcLength(DataRef value)
Proc Length' containment reference.
value - the new value of the 'Proc Length' containment reference.getProcLength()DataRefOrLiteral getMaxProcLen()
The value is a representation of the data value specified in the MAXPROCLEN option; if that option is not used, the value is null.
setMaxProcLen(DataRefOrLiteral),
COBOLPackage.getCicsExtractProcessStmt_MaxProcLen()void setMaxProcLen(DataRefOrLiteral value)
Max Proc Len' containment reference.
value - the new value of the 'Max Proc Len' containment reference.getMaxProcLen()DataRefOrLiteral getConvId()
The value is a representation of the name specified in the CONVID option; if that option is not used, the value is null.
setConvId(DataRefOrLiteral),
COBOLPackage.getCicsExtractProcessStmt_ConvId()void setConvId(DataRefOrLiteral value)
Conv Id' containment reference.
value - the new value of the 'Conv Id' containment reference.getConvId()DataRef getSyncLevel()
The value is a representation of the data area specified in the SYNCLEVEL option; if that option is not used, the value is null.
setSyncLevel(DataRef),
COBOLPackage.getCicsExtractProcessStmt_SyncLevel()void setSyncLevel(DataRef value)
Sync Level' containment reference.
value - the new value of the 'Sync Level' containment reference.getSyncLevel()DataRef getPipList()
The value is a representation of the pointer reference specified in the PIPLIST option; if that option is not used, the value is null.
setPipList(DataRef),
COBOLPackage.getCicsExtractProcessStmt_PipList()void setPipList(DataRef value)
Pip List' containment reference.
value - the new value of the 'Pip List' containment reference.getPipList()DataRef getPipLength()
The value is a representation of the data area specified in the PIPLENGTH option; if that option is not used, the value is null.
setPipLength(DataRef),
COBOLPackage.getCicsExtractProcessStmt_PipLength()void setPipLength(DataRef value)
Pip Length' containment reference.
value - the new value of the 'Pip Length' containment reference.getPipLength()DataRefOrLiteral getSession()
The value is a representation of the name specified in the SESSION option; if that option is not used, the value is null.
setSession(DataRefOrLiteral),
COBOLPackage.getCicsExtractProcessStmt_Session()void setSession(DataRefOrLiteral value)
Session' containment reference.
value - the new value of the 'Session' containment reference.getSession()