Package | Description |
---|---|
org.opendaylight.ovsdb.lib.notation | |
org.opendaylight.ovsdb.lib.operations |
Modifier and Type | Method and Description |
---|---|
Function |
Condition.getFunction() |
static Function |
Function.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Function[] |
Function.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Condition.setFunction(Function function) |
Constructor and Description |
---|
Condition(String column,
Function function,
Object value) |
Modifier and Type | Method and Description |
---|---|
Where |
Where.and(ColumnSchema column,
Function function,
Object value) |
Where |
Where.condition(ColumnSchema column,
Function function,
Object value) |
Copyright © 2018 OpenDaylight. All rights reserved.