All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, 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 {
   }
 }
 
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

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

      ExtensionKey getExtensionKey()
      Return extensionKey, or null if it is not present.
      Returns:
      ExtensionKey extensionKey, or null if it is not present.
    • requireExtensionKey

      default @NonNull ExtensionKey requireExtensionKey()
      Return extensionKey, guaranteed to be non-null.
      Returns:
      ExtensionKey extensionKey, guaranteed to be non-null.
      Throws:
      NoSuchElementException - if extensionKey is not present
    • getExtension

      Extension getExtension()
      Return extension, or null if it is not present.
           
               A vendor has to augment this container.
           
       
      Returns:
      Extension extension, or null if it is not present.