Class AugmentTuple<E extends org.opendaylight.yangtools.binding.Augmentable<E>>
java.lang.Object
org.opendaylight.openflowplugin.extension.api.AugmentTuple<E>
- Type Parameters:
E
- augmentable type where wrapped augmentation belongs
- Direct Known Subclasses:
ExtensionAugment
public class AugmentTuple<E extends org.opendaylight.yangtools.binding.Augmentable<E>>
extends Object
Wrapper over augmentation and it's type in order to ease handing over and hooking of an augmentation.
-
Constructor Summary
ConstructorDescriptionAugmentTuple
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<E>> augmentationClass, org.opendaylight.yangtools.binding.Augmentation<E> augmentationObject) -
Method Summary
Modifier and TypeMethodDescriptionReturns the type of wrapped augmentation.org.opendaylight.yangtools.binding.Augmentation
<E> Returns the instance of wrapped augmentation.
-
Constructor Details
-
AugmentTuple
-
-
Method Details
-
getAugmentationObject
Returns the instance of wrapped augmentation.- Returns:
- augmentation object
-
getAugmentationClass
Returns the type of wrapped augmentation.- Returns:
- augmentation class
-