Uses of Class
org.opendaylight.ovsdb.lib.notation.Function
-
Packages that use Function Package Description org.opendaylight.ovsdb.lib.notation org.opendaylight.ovsdb.lib.operations -
-
Uses of Function in org.opendaylight.ovsdb.lib.notation
Methods in org.opendaylight.ovsdb.lib.notation that return Function Modifier and Type Method 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.Methods in org.opendaylight.ovsdb.lib.notation with parameters of type Function Modifier and Type Method Description void
Condition. setFunction(Function function)
Constructors in org.opendaylight.ovsdb.lib.notation with parameters of type Function Constructor Description Condition(String column, Function function, Object value)
-
Uses of Function in org.opendaylight.ovsdb.lib.operations
Methods in org.opendaylight.ovsdb.lib.operations with parameters of type Function Modifier and Type Method Description Where
Where. and(ColumnSchema column, Function function, Object value)
Where
Where. condition(ColumnSchema column, Function function, Object value)
-