public interface TableFeaturesPropertiesGrouping
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module openflow-protocol
grouping table-features-properties-grouping { list table-feature-properties { config false; leaf type { type oft:table-features-prop-type; } } }The schema path to identify an instance is openflow-protocol/table-features-properties-grouping
Modifier and Type | Field and Description |
---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable List<TableFeatureProperties> |
getTableFeatureProperties() |
default @NonNull List<TableFeatureProperties> |
nonnullTableFeatureProperties() |
@Nullable List<TableFeatureProperties> getTableFeatureProperties()
java.util.List
tableFeatureProperties
, or null
if not presentdefault @NonNull List<TableFeatureProperties> nonnullTableFeatureProperties()
java.util.List
tableFeatureProperties
, or an empty list if it is not presentCopyright © 2019 OpenDaylight. All rights reserved.