Uses of Class
com.caplin.motif.fx.search.SearchComparator
-
Packages that use SearchComparator Package Description com.caplin.motif.fx.search -
-
Uses of SearchComparator in com.caplin.motif.fx.search
Methods in com.caplin.motif.fx.search that return SearchComparator Modifier and Type Method Description static SearchComparator
SearchComparator. from(java.lang.String string)
SearchComparator
SearchExpression. getComparator()
static SearchComparator
SearchComparator. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SearchComparator[]
SearchComparator. values()
Returns an array containing the constants of this enum type, in the order they are declared.SearchComparator
SearchCriteriaVisitor. visitComparator(SearchCriteriaParser.ComparatorContext ctx)
Constructors in com.caplin.motif.fx.search with parameters of type SearchComparator Constructor Description SearchExpression(java.lang.String text, SearchComparator comparator, SearchExpression left, SearchExpression right)
-