public final class $YangModuleInfoImpl extends Object implements YangModuleInfo
| Modifier and Type | Method and Description |
|---|---|
Set<YangModuleInfo> |
getImportedModules() |
static YangModuleInfo |
getInstance() |
InputStream |
getModuleSourceStream() |
String |
getName() |
String |
getNamespace() |
String |
getRevision() |
String |
toString() |
public static YangModuleInfo getInstance()
public String getName()
getName in interface YangModuleInfopublic String getRevision()
getRevision in interface YangModuleInfopublic String getNamespace()
getNamespace in interface YangModuleInfopublic InputStream getModuleSourceStream() throws IOException
getModuleSourceStream in interface YangModuleInfoIOExceptionpublic Set<YangModuleInfo> getImportedModules()
getImportedModules in interface YangModuleInfoCopyright © 2016 OpenDaylight. All rights reserved.