Package | Description |
---|---|
org.opendaylight.ovsdb.lib.notation | |
org.opendaylight.ovsdb.lib.operations |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
Mutation.setMutator(Mutator mutator) |
Constructor and Description |
---|
Mutation(String column,
Mutator mutator,
Object value) |
Modifier and Type | Method and Description |
---|---|
<T extends TableSchema<T>,D> |
Mutate.addMutation(ColumnSchema<T,D> columnSchema,
Mutator mutator,
D value) |
Copyright © 2018 OpenDaylight. All rights reserved.