public class RESTRequestNode.parameterRow extends NodePropertyRow
Table name = Parameters Row names = parameter
copyright
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Get the parameterRow "Description" property
|
java.lang.String |
getExpression()
Get the parameterRow "Expression" property
|
java.lang.String |
getName()
Get the parameterRow "Name" property
|
java.lang.String |
getType()
Get the parameterRow "Type" property
|
void |
setDescription(java.lang.String value)
Set the parameterRow "Description" property
|
void |
setExpression(java.lang.String value)
Set the parameterRow "Expression" property
|
void |
setName(java.lang.String value)
Set the parameterRow "Name" property
|
void |
setType(java.lang.String value)
Set the parameterRow "Type" property
|
public void setName(java.lang.String value)
value
- String ; the value to set the property "Name"public java.lang.String getName()
public void setType(java.lang.String value)
value
- String ; the value to set the property "Type"public java.lang.String getType()
public void setExpression(java.lang.String value)
value
- String ; the value to set the property "Expression"public java.lang.String getExpression()
public void setDescription(java.lang.String value)
value
- String ; the value to set the property "Description"public java.lang.String getDescription()