Interface DbResultNode
-
- All Known Implementing Classes:
ArrayResultNode,MapResultNode,ObjectResultNode,ResultTree,SimpleResultNode
public interface DbResultNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DbResultNodegetChildByName(String name)List<DbResultNode>getChildren()StringgetName()DbResultNodeTypegetNodeType()StringgetValue()
-
-
-
Method Detail
-
getName
String getName()
-
getNodeType
DbResultNodeType getNodeType()
-
getValue
String getValue()
-
getChildren
List<DbResultNode> getChildren()
-
getChildByName
DbResultNode getChildByName(String name)
-
-