public interface NxmOfEthType extends org.opendaylight.yangtools.yang.binding.ChildOf<NxmOfEthTypeGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<NxmOfEthType>
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-match
container nxm-of-eth-type {
leaf value {
type uint16;
}
}
The schema path to identify an instance is
openflowplugin-extension-nicira-match/nxm-of-eth-type-grouping/nxm-of-eth-type
To create instances of this class use NxmOfEthTypeBuilder.
NxmOfEthTypeBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Integer |
getValue() |
default Class<NxmOfEthType> |
implementedInterface() |
default Class<NxmOfEthType> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable Integer getValue()
java.lang.Integer value, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.