public interface YangModuleInformation
| Modifier and Type | Method and Description |
|---|---|
List<String> |
featureList()
Reference RFC 7895
Retrieves the list of YANG feature names from this module that are
supported by the server, regardless of whether they are
defined in the module or any included submodule.
|
YangModuleIdentifier |
moduleIdentifier()
Retrieves the YANG modules identifier.
|
org.onosproject.yangutils.datamodel.YangNamespace |
namespace()
Retrieves the YANG modules namespace.
|
List<YangModuleIdentifier> |
subModuleIdentifiers()
Retrieves the list of submodules in the module.
|
YangModuleIdentifier moduleIdentifier()
org.onosproject.yangutils.datamodel.YangNamespace namespace()
List<String> featureList()
List<YangModuleIdentifier> subModuleIdentifiers()