public class HTTPHeaderNode.HTTPRequestElementsRow extends NodePropertyRow
Table name = HTTPRequest Header Row names = HTTPRequestElementsRow
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
PROPERTY_NAME |
protected static java.lang.String |
PROPERTY_TYPE |
protected static java.lang.String |
PROPERTY_VALUE |
protected static java.lang.String |
ROW_NAME |
copyright, name, nodeProperties
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Get the HTTPRequestElementsRow "Name" property
|
protected NodeProperty[] |
getNodeProperties() |
HTTPHeaderNode.ENUM_HTTPHEADER_TYPE |
getType()
Get the HTTPRequestElementsRow "Type" property
|
java.lang.String |
getValue()
Get the HTTPRequestElementsRow "Value" property
|
void |
setName(java.lang.String value)
Set the HTTPRequestElementsRow "Name" property
|
void |
setType(HTTPHeaderNode.ENUM_HTTPHEADER_TYPE value)
Set the HTTPRequestElementsRow "Type" property
|
void |
setValue(java.lang.String value)
Set the HTTPRequestElementsRow "Value" property
|
findPropertyByName, findPropertyByName, getMandatoryPropertyNames, getname, getPropertyDefaultValue, getPropertyNames, getPropertyValue, setProperty
protected static final java.lang.String ROW_NAME
protected static final java.lang.String PROPERTY_NAME
protected static final java.lang.String PROPERTY_TYPE
protected static final java.lang.String PROPERTY_VALUE
protected NodeProperty[] getNodeProperties()
public void setName(java.lang.String value)
value
- String ; the value to set the property "Name"public java.lang.String getName()
public void setType(HTTPHeaderNode.ENUM_HTTPHEADER_TYPE value)
value
- ENUM_HTTPHEADER_TYPE ; the value to set the property "Type"public HTTPHeaderNode.ENUM_HTTPHEADER_TYPE getType()
public void setValue(java.lang.String value)
value
- String ; the value to set the property "Value"public java.lang.String getValue()