public class ObjectResultNode extends Object implements DbResultNode
| Constructor and Description |
|---|
ObjectResultNode(String value,
String name,
String typeName,
int typeId,
Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
DbResultNode |
getChildByName(String name) |
List<DbResultNode> |
getChildren() |
String |
getName() |
DbResultNodeType |
getNodeType() |
String |
getType() |
String |
getValue() |
String |
toString() |
public ObjectResultNode(String value, String name, String typeName, int typeId, Connection connection) throws SQLException
SQLExceptionpublic String getType()
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–2021 Zalando SE. All rights reserved.