public interface CicsWebReadNextFormFieldStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsWebReadNextFormFieldStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getFormField()
Returns the value of the 'Form Field' containment reference.
|
DataRef |
getNameLength()
Returns the value of the 'Name Length' containment reference.
|
DataRef |
getValue()
Returns the value of the 'Value' containment reference.
|
DataRef |
getValueLength()
Returns the value of the 'Value Length' containment reference.
|
void |
setFormField(DataRef value)
Sets the value of the '
Form Field' containment reference. |
void |
setNameLength(DataRef value)
Sets the value of the '
Name Length' 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 getFormField()
The value is a representation of the data area specified in the FORMFIELD option.
setFormField(DataRef),
COBOLPackage.getCicsWebReadNextFormFieldStmt_FormField()void setFormField(DataRef value)
Form Field' containment reference.
value - the new value of the 'Form Field' containment reference.getFormField()DataRef getNameLength()
The value is a representation of the data area specified in the NAMELENGTH option.
setNameLength(DataRef),
COBOLPackage.getCicsWebReadNextFormFieldStmt_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.getCicsWebReadNextFormFieldStmt_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.
setValueLength(DataRef),
COBOLPackage.getCicsWebReadNextFormFieldStmt_ValueLength()void setValueLength(DataRef value)
Value Length' containment reference.
value - the new value of the 'Value Length' containment reference.getValueLength()