Uses of Enum Class
org.opendaylight.ovsdb.lib.notation.Mutator
Packages that use Mutator
-
Uses of Mutator in org.opendaylight.ovsdb.lib.notation
Methods in org.opendaylight.ovsdb.lib.notation that return MutatorModifier and TypeMethodDescriptionMutation.getMutator()
static Mutator
Returns the enum constant of this class with the specified name.static Mutator[]
Mutator.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opendaylight.ovsdb.lib.notation with parameters of type MutatorConstructors in org.opendaylight.ovsdb.lib.notation with parameters of type Mutator -
Uses of Mutator in org.opendaylight.ovsdb.lib.operations
Methods in org.opendaylight.ovsdb.lib.operations with parameters of type MutatorModifier and TypeMethodDescription<T extends TableSchema<T>,
D>
Mutate<E>Mutate.addMutation
(ColumnSchema<T, D> columnSchema, Mutator mutator, D value)