public class NodePropertyTable
extends java.lang.Object
implements java.io.Serializable
Each NodePropertyTable instance holds a collection of NodePropertyRows. These tables hold the complex table properties of a node.
Change Activity: -------- ----------- ------------- ------------------------------------ Reason: Date: Originator: Comments: -------- ----------- ------------- ------------------------------------ xxxxx.x 2010-08-10 dstorey v7.0.0.2 Release xxxxx.x 2011-07-06 dstorey v8.0.0.0 Release
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
protected java.lang.String |
name |
protected java.util.Vector<NodePropertyRow> |
rows |
Constructor and Description |
---|
NodePropertyTable() |
Modifier and Type | Method and Description |
---|---|
protected NodePropertyTable |
addRow(NodePropertyRow row)
Use to add this row to the table
|
protected NodePropertyRow |
createRow()
Use to create a new row for this table.
|
java.util.Vector<?> |
getRows() |
java.lang.String |
getTableName() |
protected NodePropertyTable |
removeRow(NodePropertyRow row)
Use to remove this row from the table
|
public static final java.lang.String copyright
protected java.lang.String name
protected java.util.Vector<NodePropertyRow> rows
public java.lang.String getTableName()
public java.util.Vector<?> getRows()
protected NodePropertyRow createRow()
protected NodePropertyTable addRow(NodePropertyRow row)
row
- to add to this tableprotected NodePropertyTable removeRow(NodePropertyRow row)
row
- to remove from the table