public interface CicsWebReadNextQueryParmStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsWebReadNextQueryParmStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getNameLength()
Returns the value of the 'Name Length' containment reference.
|
DataRef |
getQueryParm()
Returns the value of the 'Query Parm' containment reference.
|
DataRef |
getValue()
Returns the value of the 'Value' containment reference.
|
DataRef |
getValueLength()
Returns the value of the 'Value Length' containment reference.
|
void |
setNameLength(DataRef value)
Sets the value of the '
Name Length' containment reference. |
void |
setQueryParm(DataRef value)
Sets the value of the '
Query Parm' containment reference. |
void |
setValue(DataRef value)
Sets the value of the '
Value' containment reference. |
void |
setValueLength(DataRef value)
Sets the value of the '
Value Length' 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 getQueryParm()
The value is a representation of the data area specified in the QUERYPARM option.
setQueryParm(DataRef),
COBOLPackage.getCicsWebReadNextQueryParmStmt_QueryParm()void setQueryParm(DataRef value)
Query Parm' containment reference.
value - the new value of the 'Query Parm' containment reference.getQueryParm()DataRef getNameLength()
The value is a representation of the data area specified in the NAMELENGTH option.
setNameLength(DataRef),
COBOLPackage.getCicsWebReadNextQueryParmStmt_NameLength()void setNameLength(DataRef value)
Name Length' containment reference.
value - the new value of the 'Name Length' containment reference.getNameLength()DataRef getValue()
The value is a representation of the data area specified in the VALUE option.
setValue(DataRef),
COBOLPackage.getCicsWebReadNextQueryParmStmt_Value()void setValue(DataRef value)
Value' containment reference.
value - the new value of the 'Value' containment reference.getValue()DataRef getValueLength()
The value is a representation of the data area specified in the VALUELENGTH option; if that option is not used, the value is null.
setValueLength(DataRef),
COBOLPackage.getCicsWebReadNextQueryParmStmt_ValueLength()void setValueLength(DataRef value)
Value Length' containment reference.
value - the new value of the 'Value Length' containment reference.getValueLength()