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:
ArpOp, ArpSha, ArpSpa, ArpTha, ArpTpa, EthDst, EthSrc, EthType, Icmpv4Code, Icmpv4Type, Icmpv6Code, Icmpv6NdOptionsType, Icmpv6NdReserved, Icmpv6Type, InPhyPort, InPort, IpDscp, IpEcn, IpProto, Ipv4Dst, Ipv4Src, Ipv6Dst, Ipv6Exthdr, Ipv6Flabel, Ipv6NdSll, Ipv6NdTarget, Ipv6NdTll, Ipv6Src, Metadata, MplsBos, MplsLabel, MplsTc, NxmNxArpSha, NxmNxArpTha, NxmNxCtMark, NxmNxCtState, NxmNxCtTpDst, NxmNxCtTpSrc, NxmNxCtZone, NxmNxNshc1, NxmNxNshc2, NxmNxNshc3, NxmNxNshc4, NxmNxNshFlags, NxmNxNshMdtype, NxmNxNshNp, NxmNxNshTtl, NxmNxNsi, NxmNxNsp, NxmNxPktMark, NxmNxReg, NxmNxReg0, NxmNxReg1, NxmNxReg2, NxmNxReg3, NxmNxReg4, NxmNxReg5, NxmNxReg6, NxmNxReg7, NxmNxTunId, NxmNxTunIpv4Dst, NxmNxTunIpv4Src, NxmOfArpOp, NxmOfArpSpa, NxmOfArpTpa, NxmOfEthDst, NxmOfEthSrc, NxmOfEthType, NxmOfIcmpType, NxmOfInPort, NxmOfIpDst, NxmOfIpSrc, NxmOfMetadata, NxmOfMplsLabel, NxmOfTcpDst, NxmOfTcpSrc, NxmOfUdpDst, NxmOfUdpSrc, PacketType, PbbIsid, SctpDst, SctpSrc, TcpDst, TcpFlags, TcpSrc, TunnelId, UdpDst, UdpSrc, VlanPcp, VlanVid

@Generated("mdsal-binding-generator") public interface MatchField extends org.opendaylight.yangtools.yang.binding.BaseIdentity
Base identity for OXM Fields

This class represents the following YANG schema fragment defined in module openflow-extensible-match

 identity match-field {
 }
 
  • 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 MatchField
    Singleton value representing the MatchField identity.
  • Method Summary

    Modifier and Type
    Method
    Description
    Class<? extends MatchField>
     
  • 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 MatchField VALUE
      Singleton value representing the MatchField identity.
  • Method Details

    • implementedInterface

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