Package | Description |
---|---|
org.opendaylight.yangtools.yang.data.impl.schema | |
org.opendaylight.yangtools.yang.data.impl.schema.builder.impl | |
org.opendaylight.yangtools.yang.data.util |
Modifier and Type | Method and Description |
---|---|
static <T> @NonNull LeafNode<T> |
ImmutableNodes.leafNode(QName name,
T value)
Construct immutable leaf node.
|
static <T> @NonNull LeafNode<T> |
ImmutableNodes.leafNode(YangInstanceIdentifier.NodeIdentifier name,
T value)
Construct immutable leaf node.
|
Modifier and Type | Method and Description |
---|---|
static <T> NormalizedNodeAttrBuilder<YangInstanceIdentifier.NodeIdentifier,T,LeafNode<T>> |
Builders.leafBuilder() |
static <T> NormalizedNodeAttrBuilder<YangInstanceIdentifier.NodeIdentifier,T,LeafNode<T>> |
Builders.leafBuilder(LeafSchemaNode schema) |
Modifier and Type | Method and Description |
---|---|
LeafNode<T> |
ImmutableLeafNodeBuilder.build() |
Modifier and Type | Method and Description |
---|---|
NormalizedNodeAttrBuilder<YangInstanceIdentifier.NodeIdentifier,T,LeafNode<T>> |
ImmutableLeafNodeSchemaAwareBuilder.withNodeIdentifier(YangInstanceIdentifier.NodeIdentifier withNodeIdentifier) |
NormalizedNodeAttrBuilder<YangInstanceIdentifier.NodeIdentifier,T,LeafNode<T>> |
ImmutableLeafNodeSchemaAwareBuilder.withValue(T withValue) |
Modifier and Type | Method and Description |
---|---|
static <T extends LeafNode<?>> |
LeafInterner.forSchema(@Nullable LeafSchemaNode schema)
Return a
LeafInterner for a particular schema. |
Copyright © 2019 OpenDaylight. All rights reserved.