Uses of Enum Class
com.e1c.langtool.history.db.query.ICriteria.CompareOp
Packages that use ICriteria.CompareOp
-
Uses of ICriteria.CompareOp in com.e1c.langtool.history.db.query
Methods in com.e1c.langtool.history.db.query that return ICriteria.CompareOpModifier and TypeMethodDescriptionCriteria.getOperator()ICriteria.getOperator()static ICriteria.CompareOpReturns the enum constant of this class with the specified name.static ICriteria.CompareOp[]ICriteria.CompareOp.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.e1c.langtool.history.db.query with parameters of type ICriteria.CompareOpModifier and TypeMethodDescriptionstatic CriteriaCriteria.createForStringField(ICriteria.Field field, ICriteria.CompareOp op, String value)