Interface MatchEntryFieldsGrouping

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    MatchEntry

    @Generated("mdsal-binding-generator")
    public interface MatchEntryFieldsGrouping
    extends org.opendaylight.yangtools.yang.binding.DataObject

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

     grouping match-entry-fields-grouping {
       leaf oxm-class {
         type identityref {
           base oxm-class-base;
         }
       }
       leaf oxm-match-field {
         type identityref {
           base match-field;
         }
       }
       leaf has-mask {
         type boolean;
       }
     }
     
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        YANG identifier of the statement represented by this class.
    • Method Detail

      • implementedInterface

        Class<? extends MatchEntryFieldsGrouping> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getOxmClass

        Class<? extends OxmClassBase> getOxmClass()
        Return oxmClass, or null if it is not present.
        Returns:
        Class<? extends OxmClassBase> oxmClass, or null if it is not present.
      • requireOxmClass

        default @NonNull Class<? extends OxmClassBase> requireOxmClass()
        Return oxmClass, guaranteed to be non-null.
        Returns:
        Class<? extends OxmClassBase> oxmClass, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if oxmClass is not present
      • getOxmMatchField

        Class<? extends MatchField> getOxmMatchField()
        Return oxmMatchField, or null if it is not present.
        Returns:
        Class<? extends MatchField> oxmMatchField, or null if it is not present.
      • requireOxmMatchField

        default @NonNull Class<? extends MatchField> requireOxmMatchField()
        Return oxmMatchField, guaranteed to be non-null.
        Returns:
        Class<? extends MatchField> oxmMatchField, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if oxmMatchField is not present
      • getHasMask

        Boolean getHasMask()
        Return hasMask, or null if it is not present.
        Returns:
        Boolean hasMask, or null if it is not present.
      • requireHasMask

        default @NonNull Boolean requireHasMask()
        Return hasMask, guaranteed to be non-null.
        Returns:
        Boolean hasMask, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if hasMask is not present