Uses of Enum Class
org.opendaylight.ovsdb.lib.notation.Function
-
Uses of Function in org.opendaylight.ovsdb.lib.notation
Modifier and TypeMethodDescriptionCondition.getFunction()
static Function
Returns the enum constant of this class with the specified name.static Function[]
Function.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Function in org.opendaylight.ovsdb.lib.operations
Modifier and TypeMethodDescriptionWhere.and
(ColumnSchema column, Function function, Object value) Where.condition
(ColumnSchema column, Function function, Object value)