public final class $YangModuleInfoImpl extends ResourceYangModuleInfo
Modifier and Type | Method and Description |
---|---|
Set<YangModuleInfo> |
getImportedModules()
Return
YangModuleInfo objects 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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getYangTextByteSource, getYangTextCharSource
public static YangModuleInfo getInstance()
public static org.opendaylight.yangtools.yang.common.QName qnameOf(String localName)
public org.opendaylight.yangtools.yang.common.QName getName()
YangModuleInfo
QName
. Module's namespace and revision maps to
QName.getModule()
and module name maps to QName.getLocalName()
.protected String resourceName()
resourceName
in class ResourceYangModuleInfo
public Set<YangModuleInfo> getImportedModules()
YangModuleInfo
YangModuleInfo
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.