public class Schema<T> extends SchemaBase<Schema<T>>
| Modifier and Type | Class and Description |
|---|---|
static class |
Schema.Builder<T> |
| Modifier | Constructor and Description |
|---|---|
protected |
Schema(Schema.Builder<T> builder) |
| Modifier and Type | Method and Description |
|---|---|
Schema<T> |
addChild(PropertyPath.NodeId nodeId,
Schema<T> child) |
Schema<T> |
getChild(PropertyPath.NodeId nodeId) |
T |
getValue() |
boolean |
hasChild(PropertyPath.NodeId nodeId) |
boolean |
hasChildren() |
find, getprotected Schema(Schema.Builder<T> builder)
public T getValue()
public Schema<T> getChild(PropertyPath.NodeId nodeId)
getChild in class SchemaBase<Schema<T>>public boolean hasChildren()
public Schema<T> addChild(PropertyPath.NodeId nodeId, Schema<T> child)
public boolean hasChild(PropertyPath.NodeId nodeId)
Copyright © 2015. All rights reserved.