| Modifier and Type | Method and Description |
|---|---|
static ChoiceNode |
ImmutableNodes.choiceNode(QName name) |
| Modifier and Type | Method and Description |
|---|---|
static DataContainerNodeBuilder<YangInstanceIdentifier.NodeIdentifier,ChoiceNode> |
Builders.choiceBuilder() |
static DataContainerNodeBuilder<YangInstanceIdentifier.NodeIdentifier,ChoiceNode> |
Builders.choiceBuilder(ChoiceSchemaNode schema) |
| Modifier and Type | Method and Description |
|---|---|
ChoiceNode |
ImmutableChoiceNodeBuilder.build() |
ChoiceNode |
ImmutableChoiceNodeSchemaAwareBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
static DataContainerNodeBuilder<YangInstanceIdentifier.NodeIdentifier,ChoiceNode> |
ImmutableChoiceNodeBuilder.create(ChoiceNode node) |
| Modifier and Type | Method and Description |
|---|---|
ToNormalizedNodeParser<E,ChoiceNode,ChoiceSchemaNode> |
ToNormalizedNodeParserFactory.getChoiceNodeParser()
Deprecated.
|
FromNormalizedNodeSerializer<E,ChoiceNode,ChoiceSchemaNode> |
FromNormalizedNodeSerializerFactory.getChoiceNodeSerializer()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected DataContainerNodeBuilder<YangInstanceIdentifier.NodeIdentifier,ChoiceNode> |
ChoiceNodeBaseParser.getBuilder(ChoiceSchemaNode schema)
Deprecated.
|
| Constructor and Description |
|---|
ChoiceNodeBaseParser(ExtensibleParser.BuildingStrategy<YangInstanceIdentifier.NodeIdentifier,ChoiceNode> buildingStrategy)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected ExtensibleParser.BuildingStrategy<YangInstanceIdentifier.NodeIdentifier,ChoiceNode> |
DomToNormalizedNodeParserFactory.BuildingStrategyProvider.forChoice() |
ToNormalizedNodeParser<Element,ChoiceNode,ChoiceSchemaNode> |
DomToNormalizedNodeParserFactory.getChoiceNodeParser()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
FromNormalizedNodeSerializer<Element,ChoiceNode,ChoiceSchemaNode> |
DomFromNormalizedNodeSerializerFactory.getChoiceNodeSerializer()
Deprecated.
|
Copyright © 2018 OpenDaylight. All rights reserved.