public interface CicsWebStartBrowseFormFieldStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsWebStartBrowseFormFieldStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getCharacterSet()
Returns the value of the 'Character Set' containment reference.
|
DataRefOrLiteral |
getClntCodePage()
Returns the value of the 'Clnt Code Page' containment reference.
|
DataRef |
getFormField()
Returns the value of the 'Form Field' containment reference.
|
DataRefOrLiteral |
getHostCodePage()
Returns the value of the 'Host Code Page' containment reference.
|
DataRefOrLiteral |
getNameLength()
Returns the value of the 'Name Length' containment reference.
|
void |
setCharacterSet(DataRefOrLiteral value)
Sets the value of the '
Character Set' containment reference. |
void |
setClntCodePage(DataRefOrLiteral value)
Sets the value of the '
Clnt Code Page' containment reference. |
void |
setFormField(DataRef value)
Sets the value of the '
Form Field' 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. |
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 getFormField()
The value is a representation of the data area specified in the FORMFIELD option; if no data area is specified, the value is null.
setFormField(DataRef),
COBOLPackage.getCicsWebStartBrowseFormFieldStmt_FormField()void setFormField(DataRef value)
Form Field' containment reference.
value - the new value of the 'Form Field' containment reference.getFormField()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.getCicsWebStartBrowseFormFieldStmt_NameLength()void setNameLength(DataRefOrLiteral value)
Name Length' containment reference.
value - the new value of the 'Name Length' containment reference.getNameLength()DataRefOrLiteral getCharacterSet()
The value is a representation of the data value specified in the CHARACTERSET option; if that option is not used, the value is null.
setCharacterSet(DataRefOrLiteral),
COBOLPackage.getCicsWebStartBrowseFormFieldStmt_CharacterSet()void setCharacterSet(DataRefOrLiteral value)
Character Set' containment reference.
value - the new value of the 'Character Set' containment reference.getCharacterSet()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.getCicsWebStartBrowseFormFieldStmt_HostCodePage()void setHostCodePage(DataRefOrLiteral value)
Host Code Page' containment reference.
value - the new value of the 'Host Code Page' containment reference.getHostCodePage()DataRefOrLiteral getClntCodePage()
The value is a representation of the name specified in the CLNTCODEPAGE option; if that option is not used, the value is null.
setClntCodePage(DataRefOrLiteral),
COBOLPackage.getCicsWebStartBrowseFormFieldStmt_ClntCodePage()void setClntCodePage(DataRefOrLiteral value)
Clnt Code Page' containment reference.
value - the new value of the 'Clnt Code Page' containment reference.getClntCodePage()