Interface GeneralExtensionGrouping

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    ExtensionList

    @Generated("mdsal-binding-generator")
    public interface GeneralExtensionGrouping
    extends org.opendaylight.yangtools.yang.binding.DataObject

    This class represents the following YANG schema fragment defined in module openflowplugin-extension-general

     grouping general-extension-grouping {
       leaf extension-key {
         type identityref {
           base extension-key;
         }
       }
       container extension {
       }
     }
     
    The schema path to identify an instance is openflowplugin-extension-general/general-extension-grouping
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        Class<? extends GeneralExtensionGrouping> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getExtensionKey

        Class<? extends ExtensionKey> getExtensionKey()
        Return extensionKey, or null if it is not present.
        Returns:
        java.lang.Class extensionKey, or null if it is not present.
      • getExtension

        Extension getExtension()
        Return extension, or null if it is not present.
             
                 A vendor has to augment this container.
             
         
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.general.rev140714.general.extension.grouping.Extension extension, or null if it is not present.