Class YangModuleInfoImpl
java.lang.Object
org.opendaylight.yangtools.binding.lib.ResourceYangModuleInfo
org.opendaylight.yang.svc.v1.urn.opendaylight.table.service.rev131026.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 sal-table module.-
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.collect.ImmutableSet<org.opendaylight.yangtools.binding.meta.YangModuleInfo> static @NonNull org.opendaylight.yangtools.binding.meta.YangModuleInfoReturn the singleton instance of this class.org.opendaylight.yangtools.yang.common.QNamegetName()static @NonNull org.opendaylight.yangtools.yang.common.QNameCreate an internedQNamewith specifiedlocalNameand namespace/revision of this module.protected StringMethods inherited from class org.opendaylight.yangtools.binding.lib.ResourceYangModuleInfo
addToStringHelperAttributes, openYangTextStream, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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 internedQNamewith specifiedlocalNameand namespace/revision of this module.- Parameters:
localName- local name- Returns:
- A QName
- Throws:
NullPointerException- iflocalNameisnullIllegalArgumentException- iflocalNameis not a valid YANG identifier
-
getName
public org.opendaylight.yangtools.yang.common.QName getName() -
resourceName
- Specified by:
resourceNamein classorg.opendaylight.yangtools.binding.lib.ResourceYangModuleInfo
-
getImportedModules
public com.google.common.collect.ImmutableSet<org.opendaylight.yangtools.binding.meta.YangModuleInfo> getImportedModules()
-