Uses of Class
org.hcjf.layers.query.FieldEvaluator
-
Packages that use FieldEvaluator Package Description org.hcjf.layers.query -
-
Uses of FieldEvaluator in org.hcjf.layers.query
Subclasses of FieldEvaluator in org.hcjf.layers.query Modifier and Type Class Description classDistinctCompare two object and return true if the objects are distinct and false in other ways.classEqualsCompare two object and return true if the objects are equals and false in other ways.classGreaterThanEvaluate if the field's value of the instance is greater than the parameter value.classGreaterThanOrEqualclassInclassLikeclassNotInclassSmallerThanclassSmallerThanOrEqualMethods in org.hcjf.layers.query that return FieldEvaluator Modifier and Type Method Description FieldEvaluatorFieldEvaluator. copy()Copy this field evaluator with other value.
-