Uses of Class
de.ec.sql.Conditionable.Operator
-
-
Uses of Conditionable.Operator in de.ec.sql
Methods in de.ec.sql that return Conditionable.Operator Modifier and Type Method Description static Conditionable.OperatorConditionable.Operator. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Conditionable.Operator[]Conditionable.Operator. values()Returns an array containing the constants of this enum type, in the order they are declared.
-