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 | Method and Description |
---|---|
YangInstanceIdentifier.NodeWithValue |
LeafSetEntryNode.getIdentifier()
Returns
YangInstanceIdentifier.NodeWithValue which identifies this leaf set entry. |
Modifier and Type | Method and Description |
---|---|
static <T> NormalizedNodeAttrBuilder<YangInstanceIdentifier.NodeWithValue,T,LeafSetEntryNode<T>> |
Builders.leafSetEntryBuilder() |
static <T> NormalizedNodeAttrBuilder<YangInstanceIdentifier.NodeWithValue,T,LeafSetEntryNode<T>> |
Builders.leafSetEntryBuilder(LeafListSchemaNode schema) |
Modifier and Type | Method and Description |
---|---|
NormalizedNodeAttrBuilder<YangInstanceIdentifier.NodeWithValue,T,LeafSetEntryNode<T>> |
ImmutableLeafSetEntryNodeSchemaAwareBuilder.withNodeIdentifier(YangInstanceIdentifier.NodeWithValue withNodeIdentifier) |
NormalizedNodeAttrBuilder<YangInstanceIdentifier.NodeWithValue,T,LeafSetEntryNode<T>> |
ImmutableLeafSetEntryNodeSchemaAwareBuilder.withValue(T withValue) |
Modifier and Type | Method and Description |
---|---|
Optional<LeafSetEntryNode<T>> |
ImmutableOrderedLeafSetNodeBuilder.ImmutableOrderedLeafSetNode.getChild(YangInstanceIdentifier.NodeWithValue child) |
Optional<LeafSetEntryNode<T>> |
ImmutableLeafSetNodeBuilder.ImmutableLeafSetNode.getChild(YangInstanceIdentifier.NodeWithValue child) |
NormalizedNodeAttrBuilder<YangInstanceIdentifier.NodeWithValue,T,LeafSetEntryNode<T>> |
ImmutableLeafSetEntryNodeSchemaAwareBuilder.withNodeIdentifier(YangInstanceIdentifier.NodeWithValue withNodeIdentifier) |
Copyright © 2019 OpenDaylight. All rights reserved.