Interface SupportedMatchTypes

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<SupportedMatchTypes>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<FlowNode>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface SupportedMatchTypes
    extends org.opendaylight.yangtools.yang.binding.ChildOf<FlowNode>, org.opendaylight.yangtools.yang.binding.Augmentable<SupportedMatchTypes>

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

     container supported-match-types {
       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

    To create instances of this class use SupportedMatchTypesBuilder.

    See Also:
    SupportedMatchTypesBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable List<MatchType> getMatchType()
        Returns:
        java.util.List matchType, or null if not present
      • nonnullMatchType

        default @NonNull List<MatchType> nonnullMatchType()
        Returns:
        java.util.List matchType, or an empty list if it is not present