Uses of Class
org.opendaylight.ovsdb.lib.notation.Mutator
-
Packages that use Mutator Package Description org.opendaylight.ovsdb.lib.notation org.opendaylight.ovsdb.lib.operations -
-
Uses of Mutator in org.opendaylight.ovsdb.lib.notation
Methods in org.opendaylight.ovsdb.lib.notation that return Mutator Modifier and Type Method Description Mutator
Mutation. getMutator()
static Mutator
Mutator. valueOf(String name)
Returns the enum constant of this type with the specified name.static Mutator[]
Mutator. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.ovsdb.lib.notation with parameters of type Mutator Modifier and Type Method Description void
Mutation. setMutator(Mutator mutator)
Constructors in org.opendaylight.ovsdb.lib.notation with parameters of type Mutator Constructor Description Mutation(String column, Mutator mutator, Object value)
-
Uses of Mutator in org.opendaylight.ovsdb.lib.operations
Methods in org.opendaylight.ovsdb.lib.operations with parameters of type Mutator Modifier and Type Method Description <T extends TableSchema<T>,D>
Mutate<E>Mutate. addMutation(ColumnSchema<T,D> columnSchema, Mutator mutator, D value)
-