public interface Src extends org.opendaylight.yangtools.yang.binding.ChildOf<NxOutputReg>, org.opendaylight.yangtools.yang.binding.Augmentable<Src>, SrcChoiceGrouping
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-action
container src {
uses src-choice-grouping;
leaf ofs_nbits {
type uint16;
}
}
The schema path to identify an instance is
openflowplugin-extension-nicira-action/nx-action-output-reg-grouping/nx-output-reg/src
To create instances of this class use SrcBuilder.
SrcBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Integer |
getOfsNbits() |
default Class<Src> |
implementedInterface() |
getSrcChoicedefault Class<Src> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface SrcChoiceGrouping@Nullable Integer getOfsNbits()
java.lang.Integer ofsNbits, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.