Class YangModuleInfoImpl
java.lang.Object
org.opendaylight.yangtools.binding.lib.ResourceYangModuleInfo
org.opendaylight.yang.svc.v1.urn.opendaylight.test.rev130819.YangModuleInfoImpl
- All Implemented Interfaces:
org.opendaylight.yangtools.binding.meta.YangModuleInfo
,org.opendaylight.yangtools.concepts.Immutable
@Generated("mdsal-binding-generator")
public final class YangModuleInfoImpl
extends org.opendaylight.yangtools.binding.lib.ResourceYangModuleInfo
The
ResourceYangModuleInfo
for test
module.-
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.collect.ImmutableSet
<org.opendaylight.yangtools.binding.meta.YangModuleInfo> static @NonNull org.opendaylight.yangtools.binding.meta.YangModuleInfo
Return the singleton instance of this class.org.opendaylight.yangtools.yang.common.QName
getName()
static @NonNull org.opendaylight.yangtools.yang.common.QName
Create an internedQName
with specifiedlocalName
and namespace/revision of this module.protected String
Methods inherited from class org.opendaylight.yangtools.binding.lib.ResourceYangModuleInfo
addToStringHelperAttributes, openYangTextStream, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.opendaylight.yangtools.binding.meta.YangModuleInfo
getYangTextByteSource, getYangTextCharSource
-
Method Details
-
getInstance
public static @NonNull org.opendaylight.yangtools.binding.meta.YangModuleInfo getInstance()Return the singleton instance of this class.- Returns:
- The singleton instance
-
qnameOf
Create an internedQName
with specifiedlocalName
and namespace/revision of this module.- Parameters:
localName
- local name- Returns:
- A QName
- Throws:
NullPointerException
- iflocalName
isnull
IllegalArgumentException
- iflocalName
is not a valid YANG identifier
-
getName
public org.opendaylight.yangtools.yang.common.QName getName() -
resourceName
- Specified by:
resourceName
in classorg.opendaylight.yangtools.binding.lib.ResourceYangModuleInfo
-
getImportedModules
public com.google.common.collect.ImmutableSet<org.opendaylight.yangtools.binding.meta.YangModuleInfo> getImportedModules()
-