public interface CicsWebReadFormFieldStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsWebReadFormFieldStmt()| 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.
|
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 |
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. |
void |
setPrivate(boolean value)
Sets the value of the '
Private' attribute. |
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
DataRef getFormField()
The value is a representation of the data area specified in the FORMFIELD option.
setFormField(DataRef),
COBOLPackage.getCicsWebReadFormFieldStmt_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.getCicsWebReadFormFieldStmt_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.getCicsWebReadFormFieldStmt_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.getCicsWebReadFormFieldStmt_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.getCicsWebReadFormFieldStmt_ValueLength()void setValueLength(DataRef value)
Value Length' containment reference.
value - the new value of the 'Value Length' containment reference.getValueLength()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.getCicsWebReadFormFieldStmt_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.getCicsWebReadFormFieldStmt_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.getCicsWebReadFormFieldStmt_ClntCodePage()void setClntCodePage(DataRefOrLiteral value)
Clnt Code Page' containment reference.
value - the new value of the 'Clnt Code Page' containment reference.getClntCodePage()boolean isPrivate()
The value is true if the PRIVATE option is used; false otherwise.
setPrivate(boolean),
COBOLPackage.getCicsWebReadFormFieldStmt_Private()void setPrivate(boolean value)
Private' attribute.
value - the new value of the 'Private' attribute.isPrivate()