public interface YangModuleId
| Modifier and Type | Method and Description |
|---|---|
String |
moduleName()
Returns the name of the YANG module.
|
String |
revision()
Returns revision of the YANG module.
|
String moduleName()
String revision()
Reference RFC 7895 Each YANG module and submodule within the library has a revision. This is derived from the most recent revision statement within the module or submodule. If no such revision statement exists, the module's or submodule's revision is the zero-length string.
Copyright © 2018. All rights reserved.