Uses of Class
lumis.portal.bigdata.query.SearchFieldClause.Operator
-
Packages that use SearchFieldClause.Operator Package Description lumis.portal.bigdata.query Interfaces and classes used for performing a query inIBigDataRepository
(more specifically in anIBigDataSearcher
). -
-
Uses of SearchFieldClause.Operator in lumis.portal.bigdata.query
Methods in lumis.portal.bigdata.query that return SearchFieldClause.Operator Modifier and Type Method Description SearchFieldClause.Operator
SearchFieldClause. getOperator()
Returns the operator for this clause.static SearchFieldClause.Operator
SearchFieldClause.Operator. valueOf(String name)
Returns the enum constant of this type with the specified name.static SearchFieldClause.Operator[]
SearchFieldClause.Operator. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in lumis.portal.bigdata.query with parameters of type SearchFieldClause.Operator Modifier and Type Method Description SearchFieldClause
SearchFieldClause. setOperator(SearchFieldClause.Operator operator)
Sets the operator for this clause.
-