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.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.binding.meta.YangModuleInfoThe singleton instance. -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.collect.ImmutableSet<org.opendaylight.yangtools.binding.meta.YangModuleInfo> 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
-
Field Details
-
INSTANCE
public static final @NonNull org.opendaylight.yangtools.binding.meta.YangModuleInfo INSTANCEThe singleton instance.
-
-
Method Details
-
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() -
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
-