public final class $YangModuleInfoImpl extends Object implements YangModuleInfo
| Modifier and Type | Method and Description |
|---|---|
Set<YangModuleInfo> |
getImportedModules() |
static YangModuleInfo |
getInstance() |
InputStream |
getModuleSourceStream() |
String |
getName()
Returns YANG module name.
|
String |
getNamespace()
Returns XML namespace associated to the YANG module.
|
String |
getRevision()
Returns revision of YANG module.
|
String |
toString() |
public static YangModuleInfo getInstance()
public String getName()
YangModuleInfogetName in interface YangModuleInfopublic String getRevision()
YangModuleInfogetRevision in interface YangModuleInfopublic String getNamespace()
YangModuleInfogetNamespace in interface YangModuleInfopublic InputStream getModuleSourceStream() throws IOException
getModuleSourceStream in interface YangModuleInfoIOExceptionpublic Set<YangModuleInfo> getImportedModules()
getImportedModules in interface YangModuleInfoCopyright © 2019 OpenDaylight. All rights reserved.