Uses of Class
com.attivio.sdk.search.fields.BinaryMathExpression.Method
-
Packages that use BinaryMathExpression.Method Package Description com.attivio.sdk.search.fields Model forFieldExpressions
applied toQueryRequests
. -
-
Uses of BinaryMathExpression.Method in com.attivio.sdk.search.fields
Methods in com.attivio.sdk.search.fields that return BinaryMathExpression.Method Modifier and Type Method Description BinaryMathExpression.Method
BinaryMathExpression. getMethod()
Get the method to use.static BinaryMathExpression.Method
BinaryMathExpression.Method. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BinaryMathExpression.Method[]
BinaryMathExpression.Method. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.attivio.sdk.search.fields with parameters of type BinaryMathExpression.Method Constructor Description BinaryMathExpression(BinaryMathExpression.Method method, FieldExpression x, FieldExpression y)
Construct a new BinaryMathExpression.BinaryMathExpression(BinaryMathExpression.Method method, FieldExpression x, FieldExpression y, MultiValueMode mode)
Construct a new BinaryMathExpression.
-