| 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 DataContainerNodeBuilder<YangInstanceIdentifier.AugmentationIdentifier,AugmentationNode> |
Builders.augmentationBuilder() |
static DataContainerNodeBuilder<YangInstanceIdentifier.AugmentationIdentifier,AugmentationNode> |
Builders.augmentationBuilder(AugmentationSchemaNode schema) |
| Modifier and Type | Method and Description |
|---|---|
AugmentationNode |
ImmutableAugmentationNodeBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
DataContainerNodeBuilder<YangInstanceIdentifier.AugmentationIdentifier,AugmentationNode> |
ImmutableAugmentationNodeBuilder.withChild(DataContainerChild<?,?> child) |
DataContainerNodeBuilder<YangInstanceIdentifier.AugmentationIdentifier,AugmentationNode> |
ImmutableAugmentationNodeSchemaAwareBuilder.withChild(DataContainerChild<?,?> child) |
DataContainerNodeBuilder<YangInstanceIdentifier.AugmentationIdentifier,AugmentationNode> |
ImmutableAugmentationNodeSchemaAwareBuilder.withNodeIdentifier(YangInstanceIdentifier.AugmentationIdentifier withNodeIdentifier) |
DataContainerNodeBuilder<YangInstanceIdentifier.AugmentationIdentifier,AugmentationNode> |
ImmutableAugmentationNodeBuilder.withoutChild(YangInstanceIdentifier.PathArgument key) |
| Modifier and Type | Method and Description |
|---|---|
static @NonNull DataContainerNodeBuilder<YangInstanceIdentifier.AugmentationIdentifier,AugmentationNode> |
ImmutableAugmentationNodeBuilder.create(AugmentationNode node) |
Copyright © 2019 OpenDaylight. All rights reserved.