public final class ImmutableOrderedLeafSetNodeSchemaAwareBuilder<T> extends ImmutableOrderedLeafSetNodeBuilder<T>
ImmutableOrderedLeafSetNodeBuilder.ImmutableOrderedLeafSetNode<T>| Constructor and Description |
|---|
ImmutableOrderedLeafSetNodeSchemaAwareBuilder(org.opendaylight.yangtools.yang.model.api.LeafListSchemaNode schema,
ImmutableOrderedLeafSetNodeBuilder.ImmutableOrderedLeafSetNode<T> node) |
| Modifier and Type | Method and Description |
|---|---|
static <T> ListNodeBuilder<T,org.opendaylight.yangtools.yang.data.api.schema.LeafSetEntryNode<T>> |
create(org.opendaylight.yangtools.yang.model.api.LeafListSchemaNode schema) |
static <T> ListNodeBuilder<T,org.opendaylight.yangtools.yang.data.api.schema.LeafSetEntryNode<T>> |
create(org.opendaylight.yangtools.yang.model.api.LeafListSchemaNode schema,
org.opendaylight.yangtools.yang.data.api.schema.LeafSetNode<T> node) |
ListNodeBuilder<T,org.opendaylight.yangtools.yang.data.api.schema.LeafSetEntryNode<T>> |
withChild(org.opendaylight.yangtools.yang.data.api.schema.LeafSetEntryNode<T> child) |
ListNodeBuilder<T,org.opendaylight.yangtools.yang.data.api.schema.LeafSetEntryNode<T>> |
withChildValue(T childValue) |
ListNodeBuilder<T,org.opendaylight.yangtools.yang.data.api.schema.LeafSetEntryNode<T>> |
withNodeIdentifier(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifier withNodeIdentifier) |
addChild, build, create, create, removeChild, withChildValue, withoutChild, withValuepublic ImmutableOrderedLeafSetNodeSchemaAwareBuilder(org.opendaylight.yangtools.yang.model.api.LeafListSchemaNode schema,
ImmutableOrderedLeafSetNodeBuilder.ImmutableOrderedLeafSetNode<T> node)
public static <T> ListNodeBuilder<T,org.opendaylight.yangtools.yang.data.api.schema.LeafSetEntryNode<T>> create(org.opendaylight.yangtools.yang.model.api.LeafListSchemaNode schema)
public static <T> ListNodeBuilder<T,org.opendaylight.yangtools.yang.data.api.schema.LeafSetEntryNode<T>> create(org.opendaylight.yangtools.yang.model.api.LeafListSchemaNode schema, org.opendaylight.yangtools.yang.data.api.schema.LeafSetNode<T> node)
public ListNodeBuilder<T,org.opendaylight.yangtools.yang.data.api.schema.LeafSetEntryNode<T>> withChildValue(T childValue)
withChildValue in interface ListNodeBuilder<T,org.opendaylight.yangtools.yang.data.api.schema.LeafSetEntryNode<T>>withChildValue in class ImmutableOrderedLeafSetNodeBuilder<T>public ListNodeBuilder<T,org.opendaylight.yangtools.yang.data.api.schema.LeafSetEntryNode<T>> withChild(org.opendaylight.yangtools.yang.data.api.schema.LeafSetEntryNode<T> child)
withChild in interface CollectionNodeBuilder<org.opendaylight.yangtools.yang.data.api.schema.LeafSetEntryNode<T>,org.opendaylight.yangtools.yang.data.api.schema.LeafSetNode<T>>withChild in interface ListNodeBuilder<T,org.opendaylight.yangtools.yang.data.api.schema.LeafSetEntryNode<T>>withChild in class ImmutableOrderedLeafSetNodeBuilder<T>public ListNodeBuilder<T,org.opendaylight.yangtools.yang.data.api.schema.LeafSetEntryNode<T>> withNodeIdentifier(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifier withNodeIdentifier)
withNodeIdentifier in interface CollectionNodeBuilder<org.opendaylight.yangtools.yang.data.api.schema.LeafSetEntryNode<T>,org.opendaylight.yangtools.yang.data.api.schema.LeafSetNode<T>>withNodeIdentifier in interface ListNodeBuilder<T,org.opendaylight.yangtools.yang.data.api.schema.LeafSetEntryNode<T>>withNodeIdentifier in interface NormalizedNodeBuilder<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifier,Collection<org.opendaylight.yangtools.yang.data.api.schema.LeafSetEntryNode<T>>,org.opendaylight.yangtools.yang.data.api.schema.LeafSetNode<T>>withNodeIdentifier in interface NormalizedNodeContainerBuilder<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifier,org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument,org.opendaylight.yangtools.yang.data.api.schema.LeafSetEntryNode<T>,org.opendaylight.yangtools.yang.data.api.schema.LeafSetNode<T>>withNodeIdentifier in class ImmutableOrderedLeafSetNodeBuilder<T>Copyright © 2018 OpenDaylight. All rights reserved.