Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.ActionType
Packages that use ActionType
Package
Description
-
Uses of ActionType in org.opendaylight.openflowplugin.impl.util
Method parameters in org.opendaylight.openflowplugin.impl.util with type arguments of type ActionTypeModifier and TypeMethodDescriptionstatic List<org.opendaylight.yangtools.yang.common.Uint32>GroupUtil.extractGroupActionsSupportBitmap(List<ActionType> actionsSupported) -
Uses of ActionType in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731 that return ActionTypeModifier and TypeMethodDescriptionstatic ActionTypeActionType.getDefaultInstance(String defaultValue) Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731 with parameters of type ActionType -
Uses of ActionType in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.reply.multipart.reply.body.multipart.reply.group.features._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.reply.multipart.reply.body.multipart.reply.group.features._case that return types with arguments of type ActionTypeModifier and TypeMethodDescription@Nullable List<ActionType>MultipartReplyGroupFeatures.getActionsBitmap()Return actionsBitmap, ornullif it is not present.MultipartReplyGroupFeaturesBuilder.getActionsBitmap()Return current value associated with the property corresponding toMultipartReplyGroupFeatures.getActionsBitmap().default @NonNull List<ActionType>MultipartReplyGroupFeatures.requireActionsBitmap()Return actionsBitmap, guaranteed to be non-null.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.reply.multipart.reply.body.multipart.reply.group.features._case with type arguments of type ActionTypeModifier and TypeMethodDescriptionMultipartReplyGroupFeaturesBuilder.setActionsBitmap(List<ActionType> values) Set the property corresponding toMultipartReplyGroupFeatures.getActionsBitmap()to the specified value.