public interface YangModuleIdentifier
| Modifier and Type | Method and Description |
|---|---|
String |
moduleName()
retrieves the name of the YANG module.
|
String |
revision()
Retrieves 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.