public class SimpleResultNode extends Object implements DbResultNode
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
value |
| Constructor and Description |
|---|
SimpleResultNode(Object obj,
String name) |
| Modifier and Type | Method and Description |
|---|---|
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 DbResultNodeCopyright © 2012–2022 Zalando SE. All rights reserved.