Class DataObjectReferenceBuilderWithKey<T extends EntryObject<T,K>,K extends Key<T>>
java.lang.Object
org.opendaylight.yangtools.binding.impl.AbstractDataObjectReferenceBuilder<T>
org.opendaylight.yangtools.binding.impl.DataObjectReferenceBuilderWithKey<T,K>
- All Implemented Interfaces:
DataObjectReference.Builder<T>
,DataObjectReference.Builder.WithKey<T,
K>
public final class DataObjectReferenceBuilderWithKey<T extends EntryObject<T,K>,K extends Key<T>>
extends AbstractDataObjectReferenceBuilder<T>
implements DataObjectReference.Builder.WithKey<T,K>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.binding.DataObjectReference.Builder
DataObjectReference.Builder.WithKey<T extends EntryObject<T,
K>, K extends Key<T>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected <X extends DataObject>
DataObjectReferenceBuilder<X> append
(DataObjectStep<X> step) protected <X extends EntryObject<X,
Y>, Y extends Key<X>>
DataObjectReferenceBuilderWithKey<X, Y> build()
Build the data object reference.Methods inherited from class org.opendaylight.yangtools.binding.impl.AbstractDataObjectReferenceBuilder
appendItem, appendItem, appendItem, augmentation, buildSteps, child, child, child, child, wildcard
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opendaylight.yangtools.binding.DataObjectReference.Builder
augmentation, child, child, child, child
-
Constructor Details
-
DataObjectReferenceBuilderWithKey
-
-
Method Details
-
build
Description copied from interface:DataObjectReference.Builder
Build the data object reference.- Specified by:
build
in interfaceDataObjectReference.Builder<T extends EntryObject<T,
K>> - Specified by:
build
in interfaceDataObjectReference.Builder.WithKey<T extends EntryObject<T,
K>, K extends Key<T>> - Specified by:
build
in classAbstractDataObjectReferenceBuilder<T extends EntryObject<T,
K>> - Returns:
- resulting
DataObjectReference
.
-
append
- Specified by:
append
in classAbstractDataObjectReferenceBuilder<T extends EntryObject<T,
K>>
-
append
protected <X extends EntryObject<X,Y>, DataObjectReferenceBuilderWithKey<X,Y extends Key<X>> Y> append(KeyStep<Y, X> step) - Specified by:
append
in classAbstractDataObjectReferenceBuilder<T extends EntryObject<T,
K>>
-