Interface Augmentation<T>

Type Parameters:
T - Class to which this implementation is extension.
All Superinterfaces:
BindingContract<DataContainer>, BindingObject, DataContainer, DataObject

public interface Augmentation<T> extends DataObject
Augmentation (extension) of other interface. This interface uniquely bounds Augmentation to generated interface.

All interfaces generated from YANG Augmentation statement must implement this interface with parameter P which uniquely points to it's target class.

  • Method Summary

    Modifier and Type
    Method
    Description
    Class<? extends Augmentation<T>>
    Return the interface implemented by this object.