| Package | Description |
|---|---|
| com.orchestranetworks.addon.dmdv.model.extension |
Provides the interface and classes to generate data model graphs from external sources and customize look and feel.
|
| Modifier and Type | Method and Description |
|---|---|
TableField |
TableGroup.addField(String name)
Adds a child field node inside the current group node.
|
TableField |
Table.addField(String name)
Adds a child field node inside the current table node.
|
TableField |
TableGroup.addPrimaryKeyField(String name)
Adds a child field node as the primary key for the current group node.
|
TableField |
Table.addPrimaryKeyField(String name)
Adds a child field node as primary key inside the current table node.
|