public interface CicsWebStartBrowseQueryParmStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsWebStartBrowseQueryParmStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getHostCodePage()
Returns the value of the 'Host Code Page' containment reference.
|
DataRefOrLiteral |
getNameLength()
Returns the value of the 'Name Length' containment reference.
|
DataRef |
getQueryParm()
Returns the value of the 'Query Parm' containment reference.
|
void |
setHostCodePage(DataRefOrLiteral value)
Sets the value of the '
Host Code Page' containment reference. |
void |
setNameLength(DataRefOrLiteral value)
Sets the value of the '
Name Length' containment reference. |
void |
setQueryParm(DataRef value)
Sets the value of the '
Query Parm' 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; if no data area is specified, the value is null.
setQueryParm(DataRef),
COBOLPackage.getCicsWebStartBrowseQueryParmStmt_QueryParm()void setQueryParm(DataRef value)
Query Parm' containment reference.
value - the new value of the 'Query Parm' containment reference.getQueryParm()DataRefOrLiteral getNameLength()
The value is a representation of the data value specified in the NAMELENGTH option; if that option is not used, the value is null.
setNameLength(DataRefOrLiteral),
COBOLPackage.getCicsWebStartBrowseQueryParmStmt_NameLength()void setNameLength(DataRefOrLiteral value)
Name Length' containment reference.
value - the new value of the 'Name Length' containment reference.getNameLength()DataRefOrLiteral getHostCodePage()
The value is a representation of the data value specified in the HOSTCODEPAGE option; if that option is not used, the value is null.
setHostCodePage(DataRefOrLiteral),
COBOLPackage.getCicsWebStartBrowseQueryParmStmt_HostCodePage()void setHostCodePage(DataRefOrLiteral value)
Host Code Page' containment reference.
value - the new value of the 'Host Code Page' containment reference.getHostCodePage()