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 | |
org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser | |
org.opendaylight.yangtools.yang.data.impl.schema.transform.dom.parser |
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 |
---|---|
static <T> NormalizedNodeAttrBuilder<YangInstanceIdentifier.NodeWithValue,T,LeafSetEntryNode<T>> |
ImmutableLeafSetEntryNodeSchemaAwareBuilder.create(LeafListSchemaNode schema) |
NormalizedNodeAttrBuilder<YangInstanceIdentifier.NodeWithValue,T,LeafSetEntryNode<T>> |
ImmutableLeafSetEntryNodeSchemaAwareBuilder.withNodeIdentifier(YangInstanceIdentifier.NodeWithValue nodeIdentifier) |
NormalizedNodeAttrBuilder<YangInstanceIdentifier.NodeWithValue,T,LeafSetEntryNode<T>> |
ImmutableLeafSetEntryNodeSchemaAwareBuilder.withValue(T value) |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<LeafSetEntryNode<T>> |
ImmutableLeafSetNodeBuilder.ImmutableLeafSetNode.getChild(YangInstanceIdentifier.NodeWithValue child) |
com.google.common.base.Optional<LeafSetEntryNode<T>> |
ImmutableOrderedLeafSetNodeBuilder.ImmutableOrderedLeafSetNode.getChild(YangInstanceIdentifier.NodeWithValue child) |
NormalizedNodeAttrBuilder<YangInstanceIdentifier.NodeWithValue,T,LeafSetEntryNode<T>> |
ImmutableLeafSetEntryNodeSchemaAwareBuilder.withNodeIdentifier(YangInstanceIdentifier.NodeWithValue nodeIdentifier) |
Modifier and Type | Method and Description |
---|---|
ExtensibleParser.BuildingStrategy<YangInstanceIdentifier.NodeWithValue,LeafSetEntryNode<?>> |
LeafSetEntryNodeBaseParser.getBuildingStrategy() |
Modifier and Type | Method and Description |
---|---|
LeafSetEntryNode<?> |
LeafSetEntryNodeBaseParser.SimpleLeafSetEntryBuildingStrategy.build(NormalizedNodeBuilder<YangInstanceIdentifier.NodeWithValue,?,LeafSetEntryNode<?>> builder) |
void |
LeafSetEntryNodeBaseParser.SimpleLeafSetEntryBuildingStrategy.prepareAttributes(Map<QName,String> attributes,
NormalizedNodeBuilder<YangInstanceIdentifier.NodeWithValue,?,LeafSetEntryNode<?>> containerBuilder) |
Constructor and Description |
---|
LeafSetEntryNodeBaseParser(ExtensibleParser.BuildingStrategy<YangInstanceIdentifier.NodeWithValue,LeafSetEntryNode<?>> buildingStrategy) |
Modifier and Type | Method and Description |
---|---|
protected ExtensibleParser.BuildingStrategy<YangInstanceIdentifier.NodeWithValue,LeafSetEntryNode<?>> |
DomToNormalizedNodeParserFactory.BuildingStrategyProvider.forLeafSetEntry() |
Copyright © 2018 OpenDaylight. All rights reserved.