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

    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

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

        @Nullable Extension getExtension()
        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 not present