Package | Description |
---|---|
org.opendaylight.yangtools.yang.binding |
Modifier and Type | Method and Description |
---|---|
<N extends DataObject & Augmentation<? super T>> |
InstanceIdentifier.InstanceIdentifierBuilder.augmentation(Class<N> container)
Build an identifier which refers to a specific augmentation of the current InstanceIdentifier referenced by
the builder.
|
InstanceIdentifier.InstanceIdentifierBuilder<T> |
KeyedInstanceIdentifier.builder() |
InstanceIdentifier.InstanceIdentifierBuilder<T> |
InstanceIdentifier.builder()
Create a builder rooted at this key.
|
static <C extends ChoiceIn<? extends DataRoot> & DataObject,N extends Identifiable<K> & ChildOf<? super C>,K extends Identifier<N>> |
InstanceIdentifier.builder(Class<C> caze,
Class<N> listItem,
K listKey)
Create an InstanceIdentifierBuilder for a specific type of InstanceIdentifier which represents an
InstanceIdentifier.IdentifiableItem in a grouping used in the case statement. |
static <C extends ChoiceIn<? extends DataRoot> & DataObject,T extends ChildOf<? super C>> |
InstanceIdentifier.builder(Class<C> caze,
Class<T> container)
Create an InstanceIdentifierBuilder for a specific type of InstanceIdentifier as specified by container in
a
grouping used in the case statement. |
static <N extends Identifiable<K> & ChildOf<? extends DataRoot>,K extends Identifier<N>> |
InstanceIdentifier.builder(Class<N> listItem,
K listKey)
Create an InstanceIdentifierBuilder for a specific type of InstanceIdentifier which represents an
InstanceIdentifier.IdentifiableItem . |
static <T extends ChildOf<? extends DataRoot>> |
InstanceIdentifier.builder(Class<T> container)
Create an InstanceIdentifierBuilder for a specific type of InstanceIdentifier as specified by container.
|
<C extends ChoiceIn<? super T> & DataObject,N extends ChildOf<? super C>> |
InstanceIdentifier.InstanceIdentifierBuilder.child(Class<C> caze,
Class<N> container)
Append the specified container as a child of the current InstanceIdentifier referenced by the builder.
|
<C extends ChoiceIn<? super T> & DataObject,K extends Identifier<N>,N extends Identifiable<K> & ChildOf<? super C>> |
InstanceIdentifier.InstanceIdentifierBuilder.child(Class<C> caze,
Class<N> listItem,
K listKey)
Append the specified listItem as a child of the current InstanceIdentifier referenced by the builder.
|
<N extends ChildOf<? super T>> |
InstanceIdentifier.InstanceIdentifierBuilder.child(Class<N> container)
Append the specified container as a child of the current InstanceIdentifier referenced by the builder.
|
<N extends Identifiable<K> & ChildOf<? super T>,K extends Identifier<N>> |
InstanceIdentifier.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.