Interface DbResultNode
- All Known Implementing Classes:
ArrayResultNode,MapResultNode,ObjectResultNode,ResultTree,SimpleResultNode
public interface DbResultNode
-
Method Summary
-
Method Details
-
getName
String getName() -
getNodeType
DbResultNodeType getNodeType() -
getValue
String getValue() -
getChildren
List<DbResultNode> getChildren() -
getChildByName
-