public class RESTRequestNode.ParametersTable extends NodePropertyTable
Table name = Parameters Row names = parameter
copyright
Modifier and Type | Method and Description |
---|---|
void |
addRow(RESTRequestNode.parameterRow row)
Adds a parameterRow to the table
|
RESTRequestNode.parameterRow |
createRow()
Use to create a new row for this table.
|
java.util.Vector<RESTRequestNode.parameterRow> |
getRows() |
void |
removeRow(RESTRequestNode.parameterRow row)
Remove a parameterRow from the table
|
getTableName
public java.util.Vector<RESTRequestNode.parameterRow> getRows()
getRows
in class NodePropertyTable
public RESTRequestNode.parameterRow createRow()
NodePropertyTable
public void addRow(RESTRequestNode.parameterRow row)
row
- parameterRow ; the row to add to the tablepublic void removeRow(RESTRequestNode.parameterRow row)
row
- parameterRow ; the row to remove from the table