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()
YangModuleInfo
getName
in interface YangModuleInfo
public String getRevision()
YangModuleInfo
getRevision
in interface YangModuleInfo
public String getNamespace()
YangModuleInfo
getNamespace
in interface YangModuleInfo
public InputStream getModuleSourceStream() throws IOException
getModuleSourceStream
in interface YangModuleInfo
IOException
public Set<YangModuleInfo> getImportedModules()
getImportedModules
in interface YangModuleInfo
Copyright © 2019 OpenDaylight. All rights reserved.