T - Base class which should implements this interface and is target
            for augmentation.public interface Augmentable<T>
Augmentable| Modifier and Type | Method and Description | 
|---|---|
<E extends Augmentation<T>> | 
getAugmentation(Class<E> augmentationType)
Returns instance of augmentation. 
 | 
<E extends Augmentation<T>> E getAugmentation(Class<E> augmentationType)
augmentationType - Type of augmentation to be returned.Copyright © 2018 OpenDaylight. All rights reserved.