Interface DataRoot<T extends DataRoot<T>>
- All Superinterfaces:
BindingContract<DataContainer>
,DataContainer
Data Root of YANG module.
-
Method Summary
Modifier and TypeMethodDescriptionReturn the interface implemented by this object.
-
Method Details
-
implementedInterface
Description copied from interface:BindingContract
Return the interface implemented by this object. This method differs fromObject.getClass()
in that it returns the interface contract, not a concrete implementation class.- Specified by:
implementedInterface
in interfaceBindingContract<T extends DataRoot<T>>
- Returns:
- Implemented contract
-