Uses of Interface
org.opendaylight.yangtools.yang.model.api.QNameModuleAware
Packages that use QNameModuleAware
Package
Description
Definition of structures and DOM like API of effected YANG schema.
Statement library for YANG version 1 and 1.1, as defined in RFC6020 and RFC7950.
-
Uses of QNameModuleAware in org.opendaylight.yangtools.yang.model.api
Subinterfaces of QNameModuleAware in org.opendaylight.yangtools.yang.model.apiModifier and TypeInterfaceDescriptioninterface
This interface contains the methods for getting the data from the YANG module.interface
This interface contains common methods for getting the schema contents from a YANG module or submodule.interface
This interface contains the methods for getting the data from the YANG submodule. -
Uses of QNameModuleAware in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
Classes in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff that implement QNameModuleAware -
Uses of QNameModuleAware in org.opendaylight.yangtools.yang.parser.rfc7950.stmt
Classes in org.opendaylight.yangtools.yang.parser.rfc7950.stmt that implement QNameModuleAwareModifier and TypeClassDescriptionclass
AbstractEffectiveModule<D extends DeclaredStatement<UnresolvedQName.Unqualified>,
E extends DataTreeAwareEffectiveStatement<UnresolvedQName.Unqualified, D>>