public class DasNodeFactory.SupraNode extends DasAbstractNode implements DasDirNode
DasAbstractNode.LoadResultparent| Constructor and Description |
|---|
SupraNode() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDataSource()
Can this catalog node provide data
|
java.lang.String[] |
list()
List child nodes of this directory type item
|
java.lang.String |
name()
get the node name
|
DasNode |
resolve(java.lang.String sName)
Get a decendent node given a string
|
java.lang.String |
type()
Get the node type.
|
getRootNode, isRootNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRootNode, isRootNodepublic java.lang.String type()
DasNodepublic java.lang.String name()
DasNodepublic boolean isDataSource()
DasNodeisDataSource in interface DasNodepublic java.lang.String[] list()
DasDirNodelist in interface DasDirNodepublic DasNode resolve(java.lang.String sName)
DasDirNoderesolve in interface DasDirNode