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 FunctionCondition. getFunction()static FunctionFunction. 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 voidCondition. 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 WhereWhere. and(ColumnSchema column, Function function, Object value)WhereWhere. condition(ColumnSchema column, Function function, Object value)
-