Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.request.multipart.request.body.multipart.request.table.features._case.multipart.request.table.features.TableFeatures
Packages that use TableFeatures
Package
Description
-
Uses of TableFeatures in org.opendaylight.openflowplugin.openflow.md.core.sal.convertor
Methods in org.opendaylight.openflowplugin.openflow.md.core.sal.convertor that return types with arguments of type TableFeaturesModifier and TypeMethodDescriptionTableFeaturesConvertor.convert(TableFeatures source, VersionConvertorData data) -
Uses of TableFeatures in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.request.multipart.request.body.multipart.request.table.features._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.request.multipart.request.body.multipart.request.table.features._case that return types with arguments of type TableFeaturesModifier and TypeMethodDescription@Nullable List<TableFeatures>MultipartRequestTableFeatures.getTableFeatures()Return tableFeatures, ornullif it is not present.MultipartRequestTableFeaturesBuilder.getTableFeatures()Return current value associated with the property corresponding toMultipartRequestTableFeatures.getTableFeatures().default @NonNull List<TableFeatures>MultipartRequestTableFeatures.nonnullTableFeatures()Return tableFeatures, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.request.multipart.request.body.multipart.request.table.features._case with type arguments of type TableFeaturesModifier and TypeMethodDescriptionMultipartRequestTableFeaturesBuilder.setTableFeatures(List<TableFeatures> values) Set the property corresponding toMultipartRequestTableFeatures.getTableFeatures()to the specified value. -
Uses of TableFeatures in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.request.multipart.request.body.multipart.request.table.features._case.multipart.request.table.features
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.request.multipart.request.body.multipart.request.table.features._case.multipart.request.table.features with type parameters of type TableFeaturesModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<TableFeatures>>
E$$TableFeaturesBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.request.multipart.request.body.multipart.request.table.features._case.multipart.request.table.features that return TableFeaturesModifier and TypeMethodDescription@NonNull TableFeaturesTableFeaturesBuilder.build()A newTableFeaturesinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.request.multipart.request.body.multipart.request.table.features._case.multipart.request.table.features that return types with arguments of type TableFeaturesModifier and TypeMethodDescriptiondefault Class<TableFeatures>TableFeatures.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.request.multipart.request.body.multipart.request.table.features._case.multipart.request.table.features with parameters of type TableFeaturesModifier and TypeMethodDescriptionstatic booleanTableFeatures.bindingEquals(@NonNull TableFeatures thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intTableFeatures.bindingHashCode(@NonNull TableFeatures obj) Default implementation ofObject.hashCode()contract for this interface.static StringTableFeatures.bindingToString(@NonNull TableFeatures obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.request.multipart.request.body.multipart.request.table.features._case.multipart.request.table.features with type arguments of type TableFeaturesModifier and TypeMethodDescriptionTableFeaturesBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<TableFeatures> augmentation) Add an augmentation to this builder's product.TableFeaturesBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<TableFeatures>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.request.multipart.request.body.multipart.request.table.features._case.multipart.request.table.features with parameters of type TableFeaturesModifierConstructorDescriptionConstruct a builder initialized with state from specifiedTableFeatures.