Package org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714
Interface NxmOfIpSrcGrouping
- 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:
DstOfIpSrcCase
,SrcOfIpSrcCase
@Generated("mdsal-binding-generator")
public interface NxmOfIpSrcGrouping
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-action
grouping nxm-of-ip-src-grouping { leaf of-ip-src { 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 ofIpSrc, ornull
if it is not present.Class<? extends NxmOfIpSrcGrouping>
default @NonNull org.opendaylight.yangtools.yang.common.Empty
Return ofIpSrc, 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 NxmOfIpSrcGrouping> 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
-
getOfIpSrc
org.opendaylight.yangtools.yang.common.Empty getOfIpSrc()Return ofIpSrc, ornull
if it is not present.- Returns:
Empty
ofIpSrc, ornull
if it is not present.
-
requireOfIpSrc
default @NonNull org.opendaylight.yangtools.yang.common.Empty requireOfIpSrc()Return ofIpSrc, guaranteed to be non-null.- Returns:
Empty
ofIpSrc, guaranteed to be non-null.- Throws:
NoSuchElementException
- if ofIpSrc is not present
-