Interface MatchType

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<MatchType>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<SupportedMatchTypes>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Feature, org.opendaylight.yangtools.yang.binding.Identifiable<MatchTypeKey>

    public interface MatchType
    extends org.opendaylight.yangtools.yang.binding.ChildOf<SupportedMatchTypes>, org.opendaylight.yangtools.yang.binding.Augmentable<MatchType>, Feature, org.opendaylight.yangtools.yang.binding.Identifiable<MatchTypeKey>

    This class represents the following YANG schema fragment defined in module flow-node-inventory

     list match-type {
       key match;
       uses feature;
       leaf match {
         type string;
       }
     }
     
    The schema path to identify an instance is flow-node-inventory/flow-node/supported-match-types/match-type

    To create instances of this class use MatchTypeBuilder.

    See Also:
    MatchTypeBuilder, MatchTypeKey
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<MatchType> 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 Feature
      • getMatch

        @Nullable String getMatch()
        Returns:
        java.lang.String match, or null if not present
      • key

        MatchTypeKey key()
        Specified by:
        key in interface org.opendaylight.yangtools.yang.binding.Identifiable<MatchTypeKey>