All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BaseIdentity, org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.BaseIdentity>, org.opendaylight.yangtools.yang.binding.BindingObject
All Known Subinterfaces:
Icmpv6NdOptionsTypeKey, Icmpv6NdReservedKey, NxActionRegLoadKey, NxActionRegMoveKey, NxmNxArpShaKey, NxmNxArpThaKey, NxmNxCtMarkKey, NxmNxCtStateKey, NxmNxCtTpDstKey, NxmNxCtTpSrcKey, NxmNxCtZoneKey, NxmNxNshc1Key, NxmNxNshc2Key, NxmNxNshc3Key, NxmNxNshc4Key, NxmNxNshFlagsKey, NxmNxNshMdtypeKey, NxmNxNshNpKey, NxmNxNshTtlKey, NxmNxNsiKey, NxmNxNspKey, NxmNxPktMarkKey, NxmNxReg0Key, NxmNxReg1Key, NxmNxReg2Key, NxmNxReg3Key, NxmNxReg4Key, NxmNxReg5Key, NxmNxReg6Key, NxmNxReg7Key, NxmNxTunIdKey, NxmNxTunIpv4DstKey, NxmNxTunIpv4SrcKey, NxmOfArpOpKey, NxmOfArpSpaKey, NxmOfArpTpaKey, NxmOfEthDstKey, NxmOfEthSrcKey, NxmOfEthTypeKey, NxmOfIcmpTypeKey, NxmOfInPortKey, NxmOfIpDstKey, NxmOfIpSrcKey, NxmOfTcpDstKey, NxmOfTcpSrcKey, NxmOfUdpDstKey, NxmOfUdpSrcKey

@Generated("mdsal-binding-generator") public interface ExtensionKey extends org.opendaylight.yangtools.yang.binding.BaseIdentity
Base identity for all extension keys.

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

 identity extension-key {
 }
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
    static final @NonNull ExtensionKey
    Singleton value representing the ExtensionKey identity.
  • Method Summary

    Modifier and Type
    Method
    Description
    Class<? extends ExtensionKey>
     
  • Field Details

    • QNAME

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

      static final @NonNull ExtensionKey VALUE
      Singleton value representing the ExtensionKey identity.
  • Method Details

    • implementedInterface

      Class<? extends ExtensionKey> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.BaseIdentity>