| Modifier and Type | Method and Description |
|---|---|
LeafType |
LeafSchemaContext.getLeafType(String value)
Returns type of the leaf.
|
LeafType |
LeafNode.leafType()
Returns type of leaf.
|
static LeafType |
LeafType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LeafType[] |
LeafType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LeafNode.Builder |
LeafNode.Builder.leafType(LeafType leafType)
Sets leaf type of leaf node builder.
|
Copyright © 2018. All rights reserved.