Interface Match

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Match>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<MatchGrouping>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, MatchEntriesGrouping

    public interface Match
    extends org.opendaylight.yangtools.yang.binding.ChildOf<MatchGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<Match>, MatchEntriesGrouping
    Match structure (OF v1.3)

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

     container match {
       leaf type {
         type identityref {
           base match-type-base;
         }
       }
       uses match-entries-grouping;
     }
     
    The schema path to identify an instance is openflow-extensible-match/match-grouping/match

    To create instances of this class use MatchBuilder.

    See Also:
    MatchBuilder
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<Match> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface MatchEntriesGrouping
      • getType

        Class<? extends MatchTypeBase> getType()
        Returns:
        java.lang.Class type, or null if not present