public class VODataNodeBuilder extends DataNodeBuilder
| Constructor and Description | 
|---|
VODataNodeBuilder()  | 
| Modifier and Type | Method and Description | 
|---|---|
DataNode | 
buildNode(Object obj)
Builds a DataNode from a given object. 
 | 
boolean | 
suitable(Class objClass)
Determine whether this builder can be used to work on an object
 of a given class. 
 | 
getBuilders, getNodeClasspublic boolean suitable(Class objClass)
DataNodeBuildersuitable in class DataNodeBuilderobjClass - the class of an object which might be passed
          as the argument of buildNodepublic DataNode buildNode(Object obj) throws NoSuchDataException
DataNodeBuilderbuildNode in class DataNodeBuilderobj - the object to build a datanode fromobjNoSuchDataException - if no new node can be createdCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.