public interface CicsWebReadQueryParmStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsWebReadQueryParmStmt()| 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.
|
DataRefOrLiteral |
getQueryParm()
Returns the value of the 'Query Parm' containment reference.
|
DataRef |
getSet()
Returns the value of the 'Set' containment reference.
|
DataRef |
getValue()
Returns the value of the 'Value' containment reference.
|
DataRef |
getValueLength()
Returns the value of the 'Value Length' containment reference.
|
boolean |
isPrivate()
Returns the value of the 'Private' attribute.
|
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 |
setPrivate(boolean value)
Sets the value of the '
Private' attribute. |
void |
setQueryParm(DataRefOrLiteral value)
Sets the value of the '
Query Parm' containment reference. |
void |
setSet(DataRef value)
Sets the value of the '
Set' 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
DataRefOrLiteral getQueryParm()
The value is a representation of the data value specified in the QUERYPARM option.
setQueryParm(DataRefOrLiteral),
COBOLPackage.getCicsWebReadQueryParmStmt_QueryParm()void setQueryParm(DataRefOrLiteral 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.getCicsWebReadQueryParmStmt_NameLength()void setNameLength(DataRefOrLiteral 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; if that option is not used, the value is null.
setValue(DataRef),
COBOLPackage.getCicsWebReadQueryParmStmt_Value()void setValue(DataRef value)
Value' containment reference.
value - the new value of the 'Value' containment reference.getValue()DataRef getSet()
The value is a representation of the pointer reference specified in the SET option; if that option is not used, the value is null.
setSet(DataRef),
COBOLPackage.getCicsWebReadQueryParmStmt_Set()void setSet(DataRef value)
Set' containment reference.
value - the new value of the 'Set' containment reference.getSet()DataRef getValueLength()
The value is a representation of the data area specified in the VALUELENGTH option.
setValueLength(DataRef),
COBOLPackage.getCicsWebReadQueryParmStmt_ValueLength()void setValueLength(DataRef value)
Value Length' containment reference.
value - the new value of the 'Value Length' containment reference.getValueLength()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.getCicsWebReadQueryParmStmt_HostCodePage()void setHostCodePage(DataRefOrLiteral value)
Host Code Page' containment reference.
value - the new value of the 'Host Code Page' containment reference.getHostCodePage()boolean isPrivate()
The value is true if the PRIVATE option is used; false otherwise.
setPrivate(boolean),
COBOLPackage.getCicsWebReadQueryParmStmt_Private()void setPrivate(boolean value)
Private' attribute.
value - the new value of the 'Private' attribute.isPrivate()