public final class $YangModuleInfoImpl extends ResourceYangModuleInfo
| Modifier and Type | Method and Description | 
|---|---|
| Set<YangModuleInfo> | getImportedModules()Return  YangModuleInfoobjects for all modules which are imported by this module. | 
| static YangModuleInfo | getInstance() | 
| org.opendaylight.yangtools.yang.common.QName | getName()Returns YANG module name, as a composite  QName. | 
| static org.opendaylight.yangtools.yang.common.QName | qnameOf(String localName) | 
| protected String | resourceName() | 
addToStringHelperAttributes, openYangTextStream, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetYangTextByteSource, getYangTextCharSourcepublic static YangModuleInfo getInstance()
public static org.opendaylight.yangtools.yang.common.QName qnameOf(String localName)
public org.opendaylight.yangtools.yang.common.QName getName()
YangModuleInfoQName. Module's namespace and revision maps to
 QName.getModule() and module name maps to QName.getLocalName().protected String resourceName()
resourceName in class ResourceYangModuleInfopublic Set<YangModuleInfo> getImportedModules()
YangModuleInfoYangModuleInfo objects for all modules which are imported by this module. Default implementation
 returns an empty list.YangModuleInfo objects of all imported modules.Copyright © 2019 OpenDaylight. All rights reserved.