Uses of Class
com.vaadin.v7.data.util.filter.Compare.Operation
-
Packages that use Compare.Operation Package Description com.vaadin.v7.data.util.filter -
-
Uses of Compare.Operation in com.vaadin.v7.data.util.filter
Methods in com.vaadin.v7.data.util.filter that return Compare.Operation Modifier and Type Method Description Compare.OperationCompare. getOperation()Deprecated.Returns the comparison operation.static Compare.OperationCompare.Operation. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static Compare.Operation[]Compare.Operation. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-