Interface ExtensionKey
- 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
FieldsModifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class.static final @NonNull ExtensionKey
Singleton value representing theExtensionKey
identity. -
Method Summary
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class. -
VALUE
Singleton value representing theExtensionKey
identity.
-
-
Method Details
-
implementedInterface
Class<? extends ExtensionKey> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.BaseIdentity>
-