Package | Description |
---|---|
org.opendaylight.mdsal.binding.javav2.spec.base |
Modifier and Type | Method and Description |
---|---|
<N extends TreeNode & Augmentation<? super T>> |
InstanceIdentifierBuilder.augmentation(Class<N> container)
Build an identifier which refers to a specific augmentation of the current InstanceIdentifier
referenced by the builder
|
InstanceIdentifierBuilder<T> |
InstanceIdentifier.builder()
Create a builder rooted at this key.
|
InstanceIdentifierBuilder<T> |
KeyedInstanceIdentifier.builder() |
static <N extends TreeChildNode<? extends TreeRoot,?>,K> |
InstanceIdentifier.builder(Class<N> listItem,
K listKey)
Create an InstanceIdentifierBuilder for a specific type of InstanceIdentifier which represents an IdentifiableItem
|
static <T extends TreeChildNode<? extends TreeRoot,?>> |
InstanceIdentifier.builder(Class<T> container)
Create an InstanceIdentifierBuilder for a specific type of InstanceIdentifier as specified by container
|
static <T extends TreeNode> |
InstanceIdentifier.builder(InstanceIdentifier<T> base)
Deprecated.
Use
InstanceIdentifier.builder() instead. |
<N extends TreeNode & TreeChildNode<? super T,Item<N>>> |
InstanceIdentifierBuilder.child(Class<N> container)
Append the specified container as a child of the current InstanceIdentifier referenced by the
builder.
|
<N extends TreeChildNode<? super T,?>,K> |
InstanceIdentifierBuilder.child(Class<N> listItem,
K listKey)
Append the specified listItem as a child of the current InstanceIdentifier referenced by the
builder.
|
Copyright © 2019 OpenDaylight. All rights reserved.