Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.flow.node.supported.actions.ActionType
Packages that use ActionType
Package
Description
-
Uses of ActionType in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.flow.node
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.flow.node that return types with arguments of type ActionTypeModifier and TypeMethodDescription@Nullable Map<ActionTypeKey,
ActionType> SupportedActions.getActionType()
Return actionType, ornull
if it is not present.SupportedActionsBuilder.getActionType()
Return current value associated with the property corresponding toSupportedActions.getActionType()
.default @NonNull Map<ActionTypeKey,
ActionType> SupportedActions.nonnullActionType()
Return actionType, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.flow.node with type arguments of type ActionTypeModifier and TypeMethodDescriptionSupportedActionsBuilder.setActionType
(Map<ActionTypeKey, ActionType> values) Set the property corresponding toSupportedActions.getActionType()
to the specified value. -
Uses of ActionType in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.flow.node.supported.actions
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.flow.node.supported.actions with type parameters of type ActionTypeModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<ActionType>>
E$$ActionTypeBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.flow.node.supported.actions that return ActionTypeModifier and TypeMethodDescription@NonNull ActionType
ActionTypeBuilder.build()
A newActionType
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.flow.node.supported.actions that return types with arguments of type ActionTypeMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.flow.node.supported.actions with parameters of type ActionTypeModifier and TypeMethodDescriptionstatic boolean
ActionType.bindingEquals
(@NonNull ActionType thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
ActionType.bindingHashCode
(@NonNull ActionType obj) Default implementation ofObject.hashCode()
contract for this interface.static String
ActionType.bindingToString
(@NonNull ActionType obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.flow.node.supported.actions with type arguments of type ActionTypeModifier and TypeMethodDescriptionActionTypeBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<ActionType> augmentation) Add an augmentation to this builder's product.ActionTypeBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ActionType>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.flow.node.supported.actions with parameters of type ActionTypeModifierConstructorDescriptionActionTypeBuilder
(ActionType base) Construct a builder initialized with state from specifiedActionType
.