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