Class $YangModuleInfoImpl

  • All Implemented Interfaces:
    org.opendaylight.yangtools.concepts.Immutable, org.opendaylight.yangtools.concepts.MutationBehaviour<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 flow-node-inventory module.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.google.common.collect.ImmutableSet<org.opendaylight.yangtools.yang.binding.YangModuleInfo> getImportedModules()  
      static @NonNull org.opendaylight.yangtools.yang.binding.YangModuleInfo getInstance()
      Return the singleton instance of this class.
      org.opendaylight.yangtools.yang.common.QName getName()  
      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 resourceName()  
      • Methods inherited from class org.opendaylight.yangtools.yang.binding.ResourceYangModuleInfo

        addToStringHelperAttributes, openYangTextStream, toString
      • Methods inherited from interface org.opendaylight.yangtools.yang.binding.YangModuleInfo

        getYangTextByteSource, getYangTextCharSource
    • Method Detail

      • 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()