| Package | Description |
|---|---|
| org.opendaylight.yangtools.yang.data.impl.schema | |
| org.opendaylight.yangtools.yang.data.impl.schema.builder.impl |
| Modifier and Type | Method and Description |
|---|---|
static @NonNull ChoiceNode |
ImmutableNodes.choiceNode(QName name)
Create an immutable choice node.
|
| 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 |
|---|---|
DataContainerNodeBuilder<YangInstanceIdentifier.NodeIdentifier,ChoiceNode> |
ImmutableChoiceNodeSchemaAwareBuilder.withChild(DataContainerChild<?,?> child) |
DataContainerNodeBuilder<YangInstanceIdentifier.NodeIdentifier,ChoiceNode> |
ImmutableChoiceNodeSchemaAwareBuilder.withNodeIdentifier(YangInstanceIdentifier.NodeIdentifier withNodeIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
static @NonNull DataContainerNodeBuilder<YangInstanceIdentifier.NodeIdentifier,ChoiceNode> |
ImmutableChoiceNodeBuilder.create(ChoiceNode node) |
Copyright © 2019 OpenDaylight. All rights reserved.