Uses of Class
com.attivio.sdk.search.fields.Compare.Operator
-
Packages that use Compare.Operator Package Description com.attivio.sdk.search.fields Model forFieldExpressions
applied toQueryRequests
. -
-
Uses of Compare.Operator in com.attivio.sdk.search.fields
Methods in com.attivio.sdk.search.fields that return Compare.Operator Modifier and Type Method Description Compare.Operator
Compare. getOperator()
Get the comparison operator.static Compare.Operator
Compare.Operator. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Compare.Operator[]
Compare.Operator. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.attivio.sdk.search.fields with parameters of type Compare.Operator Modifier and Type Method Description void
Compare. setOperator(Compare.Operator value)
Set the comparison operator.Constructors in com.attivio.sdk.search.fields with parameters of type Compare.Operator Constructor Description Compare(Compare.Operator op, FieldExpression x, FieldExpression y)
Construct a new Compare function.
-