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