Package org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714
Interface OxmOfMplsLabelGrouping
- 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:
DstOfMplsLabelCase
,SrcNxOfMplsLabelCase
@Generated("mdsal-binding-generator")
public interface OxmOfMplsLabelGrouping
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-action
grouping oxm-of-mpls-label-grouping { leaf of-mpls-label { type empty; } }
-
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 TypeMethodDescriptionorg.opendaylight.yangtools.yang.common.Empty
Return ofMplsLabel, ornull
if it is not present.Class<? extends OxmOfMplsLabelGrouping>
default @NonNull org.opendaylight.yangtools.yang.common.Empty
Return ofMplsLabel, 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 OxmOfMplsLabelGrouping> 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
-
getOfMplsLabel
org.opendaylight.yangtools.yang.common.Empty getOfMplsLabel()Return ofMplsLabel, ornull
if it is not present.- Returns:
Empty
ofMplsLabel, ornull
if it is not present.
-
requireOfMplsLabel
default @NonNull org.opendaylight.yangtools.yang.common.Empty requireOfMplsLabel()Return ofMplsLabel, guaranteed to be non-null.- Returns:
Empty
ofMplsLabel, guaranteed to be non-null.- Throws:
NoSuchElementException
- if ofMplsLabel is not present
-