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, Icmpv6Type, InPhyPort, InPort, IpDscp, IpEcn, IpProto, Ipv4Dst, Ipv4Src, Ipv6Dst, Ipv6Exthdr, Ipv6Flabel, Ipv6NdSll, Ipv6NdTarget, Ipv6NdTll, Ipv6Src, Metadata, MplsBos, MplsLabel, MplsTc, PbbIsid, SctpDst, SctpSrc, TcpDst, TcpFlags, TcpSrc, TunnelId, TunnelIpv4Dst, TunnelIpv4Src, UdpDst, UdpSrc, VlanPcp, VlanVid

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

This class represents the following YANG schema fragment defined in module opendaylight-table-types

 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>