| Modifier and Type | Field and Description |
|---|---|
protected DataNode.Type |
DataNode.type
Type of node in data store.
|
protected DataNode.Type |
DataNode.Builder.type
Type of node in data store.
|
| Modifier and Type | Method and Description |
|---|---|
DataNode.Type |
SchemaContext.getType()
Returns type of the node.
|
DataNode.Type |
AtomicPath.type()
Returns the atomic path type.
|
DataNode.Type |
DataNode.type()
Returns the type of node.
|
static DataNode.Type |
DataNode.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataNode.Type[] |
DataNode.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AtomicPath.type(DataNode.Type type)
Sets the atomic path type identifier of leaf-list.
|
B |
DataNode.Builder.type(DataNode.Type type)
Sets node type in builder object.
|
| Constructor and Description |
|---|
AtomicPath(DataNode.Type type)
Creates a atomic path object.
|
Copyright © 2018. All rights reserved.