Uses of Enum Class
org.opendaylight.ovsdb.lib.notation.Function
Packages that use Function
-
Uses of Function in org.opendaylight.ovsdb.lib.notation
Methods in org.opendaylight.ovsdb.lib.notation that return FunctionModifier and TypeMethodDescriptionCondition.getFunction()static FunctionReturns 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.Methods in org.opendaylight.ovsdb.lib.notation with parameters of type FunctionConstructors in org.opendaylight.ovsdb.lib.notation with parameters of type Function -
Uses of Function in org.opendaylight.ovsdb.lib.operations
Methods in org.opendaylight.ovsdb.lib.operations with parameters of type FunctionModifier and TypeMethodDescriptionWhere.and(ColumnSchema column, Function function, Object value) Where.condition(ColumnSchema column, Function function, Object value)