Class ExtensionAugment<T extends org.opendaylight.yangtools.yang.binding.Augmentation<Extension>>
java.lang.Object
org.opendaylight.openflowplugin.extension.api.AugmentTuple<Extension>
org.opendaylight.openflowplugin.extension.api.ExtensionAugment<T>
- Type Parameters:
- T- type of wrapped augmentation
public class ExtensionAugment<T extends org.opendaylight.yangtools.yang.binding.Augmentation<Extension>>
extends AugmentTuple<Extension>
Extension augmentation.
- Author:
- msunal
- 
Constructor SummaryConstructorsConstructorDescriptionExtensionAugment(Class<T> augmentationClass, T augmentationObject, ExtensionKey key) 
- 
Method SummaryMethods inherited from class org.opendaylight.openflowplugin.extension.api.AugmentTuplegetAugmentationClass, getAugmentationObject
- 
Constructor Details- 
ExtensionAugment
 
- 
- 
Method Details- 
getKeyReturns the key which represents an extension type.- Returns:
- key
 
 
-