public class DecisionServiceNode.ParameterTable extends NodePropertyTable
Table name = Row names = ParameterTableRow
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
TABLE_NAME |
copyright, name, rows
Modifier and Type | Method and Description |
---|---|
void |
addRow(DecisionServiceNode.ParameterTableRow row)
Adds a ParameterTableRow to the table
|
DecisionServiceNode.ParameterTableRow |
createRow()
Use to create a new row for this table.
|
java.util.Vector<DecisionServiceNode.ParameterTableRow> |
getRows() |
void |
removeRow(DecisionServiceNode.ParameterTableRow row)
Remove a ParameterTableRow from the table
|
addRow, getTableName, removeRow
protected static final java.lang.String TABLE_NAME
public java.util.Vector<DecisionServiceNode.ParameterTableRow> getRows()
getRows
in class NodePropertyTable
public DecisionServiceNode.ParameterTableRow createRow()
NodePropertyTable
createRow
in class NodePropertyTable
public void addRow(DecisionServiceNode.ParameterTableRow row)
row
- ParameterTableRow ; the row to add to the tablepublic void removeRow(DecisionServiceNode.ParameterTableRow row)
row
- ParameterTableRow ; the row to remove from the table