java.lang.Object
org.opendaylight.yangtools.yang.binding.ResourceYangModuleInfo
org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.inet.binary.types.rev160303.$YangModuleInfoImpl
All Implemented Interfaces:
org.opendaylight.yangtools.concepts.Immutable, org.opendaylight.yangtools.yang.binding.YangModuleInfo

@Generated("mdsal-binding-generator") public final class $YangModuleInfoImpl extends org.opendaylight.yangtools.yang.binding.ResourceYangModuleInfo
The ResourceYangModuleInfo for odl-inet-binary-types module.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.common.collect.ImmutableSet<org.opendaylight.yangtools.yang.binding.YangModuleInfo>
     
    static @NonNull org.opendaylight.yangtools.yang.binding.YangModuleInfo
    Return the singleton instance of this class.
    org.opendaylight.yangtools.yang.common.QName
     
    static @NonNull org.opendaylight.yangtools.yang.common.QName
    qnameOf(String localName)
    Create an interned QName with specified localName and namespace/revision of this module.
    protected String
     

    Methods inherited from class org.opendaylight.yangtools.yang.binding.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.yang.binding.YangModuleInfo

    getYangTextByteSource, getYangTextCharSource
  • Method Details

    • getInstance

      public static @NonNull org.opendaylight.yangtools.yang.binding.YangModuleInfo getInstance()
      Return the singleton instance of this class.
      Returns:
      The singleton instance
    • qnameOf

      public static @NonNull org.opendaylight.yangtools.yang.common.QName qnameOf(String localName)
      Create an interned QName with specified localName and namespace/revision of this module.
      Parameters:
      localName - local name
      Returns:
      A QName
      Throws:
      NullPointerException - if localName is null
      IllegalArgumentException - if localName is not a valid YANG identifier
    • getName

      public org.opendaylight.yangtools.yang.common.QName getName()
    • resourceName

      protected String resourceName()
      Specified by:
      resourceName in class org.opendaylight.yangtools.yang.binding.ResourceYangModuleInfo
    • getImportedModules

      public com.google.common.collect.ImmutableSet<org.opendaylight.yangtools.yang.binding.YangModuleInfo> getImportedModules()