public class ResultTree extends Object implements DbResultNode
| Constructor and Description |
|---|
ResultTree() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(DbResultNode node) |
DbResultNode |
getChildByName(String name) |
List<DbResultNode> |
getChildren() |
String |
getName() |
DbResultNodeType |
getNodeType() |
String |
getValue() |
String |
toString() |
public DbResultNodeType getNodeType()
getNodeType in interface DbResultNodepublic String getValue()
getValue in interface DbResultNodepublic List<DbResultNode> getChildren()
getChildren in interface DbResultNodepublic String getName()
getName in interface DbResultNodepublic DbResultNode getChildByName(String name)
getChildByName in interface DbResultNodepublic void addChild(DbResultNode node)
Copyright © 2012–2022 Zalando SE. All rights reserved.