Uses of Class
com.orchestranetworks.addon.dmdv.model.extension.DatasetGroup
-
Packages that use DatasetGroup 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. -
-
Uses of DatasetGroup in com.orchestranetworks.addon.dmdv.model.extension
Methods in com.orchestranetworks.addon.dmdv.model.extension that return DatasetGroup Modifier and Type Method Description DatasetGroupDatasetGroup. addGroup(java.lang.String name)Add a child group of the current group.DatasetGroupDatasetField. getParent()DatasetGroupDatasetGroup. getParent()Returns current node's parent group; returnsnullif the current node is the root node.DatasetGroupTable. getParent()Returns the direct parent group node of the current table node; returnsnullif the current table node is external.DatasetGroupDiagram. getRootNode()Returns the root group node of the current data structure.
-