Class AugmentTuple<E extends org.opendaylight.yangtools.yang.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.yang.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.yang.binding.Augmentation<E>> augmentationClass, org.opendaylight.yangtools.yang.binding.Augmentation<E> augmentationObject) -
Method Summary
Modifier and TypeMethodDescriptionReturns the type of wrapped augmentation.org.opendaylight.yangtools.yang.binding.Augmentation<E>
Returns the instance of wrapped augmentation.
-
Constructor Details
-
AugmentTuple
-
-
Method Details