public interface ModuleIdentifier
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name of the module which is specified as argument of YANG
module keyword. |
URI |
getNamespace()
Returns the namespace of the module which is specified as argument of
YANG
namespace
keyword. |
QNameModule |
getQNameModule()
Returns a
QNameModule , which contains the namespace and
the revision of the module. |
Date |
getRevision()
Returns the revision date for the module.
|
default SemVer |
getSemanticVersion()
Returns the semantic version of yang module.
|
QNameModule getQNameModule()
QNameModule
, which contains the namespace and
the revision of the module.String getName()
module
keyword.URI getNamespace()
namespace
keyword. If you need both namespace and revision, please consider using
getQNameModule()
.Date getRevision()
getQNameModule()
.revison
keyworddefault SemVer getSemanticVersion()
If the semantic version is not specified, default semantic version of module is returned.
Copyright © 2018 OpenDaylight. All rights reserved.