Package | Description |
---|---|
org.opendaylight.yangtools.yang.data.api.schema |
Definition of normalized YANG DOM Model
Normalized DOM Model brings more direct mapping between YANG Model, DOM
representation of data
|
org.opendaylight.yangtools.yang.data.impl.schema | |
org.opendaylight.yangtools.yang.data.impl.schema.builder.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
OrderedLeafSetNode<T>
Leaf set node which preserves user-supplied ordering.
|
Modifier and Type | Method and Description |
---|---|
static <T> ListNodeBuilder<T,LeafSetEntryNode<T>> |
Builders.leafSetBuilder(LeafListSchemaNode schema,
LeafSetNode<T> node) |
static <T> ListNodeBuilder<T,LeafSetEntryNode<T>> |
Builders.leafSetBuilder(LeafSetNode<T> node) |
Modifier and Type | Class and Description |
---|---|
protected static class |
ImmutableLeafSetNodeBuilder.ImmutableLeafSetNode<T> |
protected static class |
ImmutableOrderedLeafSetNodeBuilder.ImmutableOrderedLeafSetNode<T> |
Modifier and Type | Method and Description |
---|---|
LeafSetNode<T> |
ImmutableLeafSetNodeBuilder.build() |
Modifier and Type | Method and Description |
---|---|
static <T> @NonNull ListNodeBuilder<T,LeafSetEntryNode<T>> |
ImmutableOrderedLeafSetNodeSchemaAwareBuilder.create(LeafListSchemaNode schema,
LeafSetNode<T> node) |
static <T> @NonNull ListNodeBuilder<T,LeafSetEntryNode<T>> |
ImmutableLeafSetNodeSchemaAwareBuilder.create(LeafListSchemaNode schema,
LeafSetNode<T> node) |
static <T> @NonNull ListNodeBuilder<T,LeafSetEntryNode<T>> |
ImmutableOrderedLeafSetNodeBuilder.create(LeafSetNode<T> node) |
static <T> @NonNull ListNodeBuilder<T,LeafSetEntryNode<T>> |
ImmutableLeafSetNodeBuilder.create(LeafSetNode<T> node) |
Copyright © 2019 OpenDaylight. All rights reserved.