public abstract class DasAbstractNode extends java.lang.Object implements DasNode
| Modifier and Type | Class and Description |
|---|---|
class |
DasAbstractNode.LoadResult |
| Modifier and Type | Field and Description |
|---|---|
protected DasDirNode |
parent |
| Constructor and Description |
|---|
DasAbstractNode() |
| Modifier and Type | Method and Description |
|---|---|
DasNode |
getRootNode()
Return the highest node reachable by this catalog node.
|
boolean |
isRootNode()
Is this object a detached root of a catalog tree.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisDataSource, name, typeprotected DasDirNode parent
public boolean isRootNode()
DasNodeisRootNode in interface DasNodepublic DasNode getRootNode()
DasNodegetRootNode in interface DasNode