Interface MatchEntryFieldsGrouping
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,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 Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn hasMask, ornull
if it is not present.Return oxmClass, ornull
if it is not present.Return oxmMatchField, ornull
if it is not present.Class<? extends MatchEntryFieldsGrouping>
default @NonNull Boolean
Return hasMask, guaranteed to be non-null.default @NonNull OxmClassBase
Return oxmClass, guaranteed to be non-null.default @NonNull MatchField
Return oxmMatchField, guaranteed to be non-null.
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends MatchEntryFieldsGrouping> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getOxmClass
OxmClassBase getOxmClass()Return oxmClass, ornull
if it is not present.- Returns:
OxmClassBase
oxmClass, ornull
if it is not present.
-
requireOxmClass
Return oxmClass, guaranteed to be non-null.- Returns:
OxmClassBase
oxmClass, guaranteed to be non-null.- Throws:
NoSuchElementException
- if oxmClass is not present
-
getOxmMatchField
MatchField getOxmMatchField()Return oxmMatchField, ornull
if it is not present.- Returns:
MatchField
oxmMatchField, ornull
if it is not present.
-
requireOxmMatchField
Return oxmMatchField, guaranteed to be non-null.- Returns:
MatchField
oxmMatchField, guaranteed to be non-null.- Throws:
NoSuchElementException
- if oxmMatchField is not present
-
getHasMask
Boolean getHasMask()Return hasMask, ornull
if it is not present.- Returns:
Boolean
hasMask, ornull
if it is not present.
-
requireHasMask
Return hasMask, guaranteed to be non-null.- Returns:
Boolean
hasMask, guaranteed to be non-null.- Throws:
NoSuchElementException
- if hasMask is not present
-