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