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 |
ImmutableChoiceNodeSchemaAwareBuilder.build() |
ChoiceNode |
ImmutableChoiceNodeBuilder.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() |
FromNormalizedNodeSerializer<E,ChoiceNode,ChoiceSchemaNode> |
FromNormalizedNodeSerializerFactory.getChoiceNodeSerializer() |
Modifier and Type | Method and Description |
---|---|
protected DataContainerNodeBuilder<YangInstanceIdentifier.NodeIdentifier,ChoiceNode> |
ChoiceNodeBaseParser.getBuilder(ChoiceSchemaNode schema) |
Constructor and Description |
---|
ChoiceNodeBaseParser(ExtensibleParser.BuildingStrategy<YangInstanceIdentifier.NodeIdentifier,ChoiceNode> buildingStrategy) |
Modifier and Type | Method and Description |
---|---|
protected ExtensibleParser.BuildingStrategy<YangInstanceIdentifier.NodeIdentifier,ChoiceNode> |
DomToNormalizedNodeParserFactory.BuildingStrategyProvider.forChoice() |
ToNormalizedNodeParser<Element,ChoiceNode,ChoiceSchemaNode> |
DomToNormalizedNodeParserFactory.getChoiceNodeParser() |
Modifier and Type | Method and Description |
---|---|
FromNormalizedNodeSerializer<Element,ChoiceNode,ChoiceSchemaNode> |
DomFromNormalizedNodeSerializerFactory.getChoiceNodeSerializer() |
Copyright © 2018 OpenDaylight. All rights reserved.