Uses of Class
com.attivio.sdk.search.fields.MultiValueMode
-
Packages that use MultiValueMode Package Description com.attivio.sdk.search.fields Model forFieldExpressions
applied toQueryRequests
. -
-
Uses of MultiValueMode in com.attivio.sdk.search.fields
Fields in com.attivio.sdk.search.fields declared as MultiValueMode Modifier and Type Field Description static MultiValueMode
BinaryMathExpression. DEFAULT_MULTI_VALUE_MODE
The default MultiValueMode.static MultiValueMode
Concat. DEFAULT_MULTI_VALUE_MODE
The default MultiValueMode for the Concat expression.Methods in com.attivio.sdk.search.fields that return MultiValueMode Modifier and Type Method Description MultiValueMode
BinaryMathExpression. getMultiValueMode()
Get theMultiValueMode
.MultiValueMode
Concat. getMultiValueMode()
Get theMultiValueMode
.MultiValueMode
MultiValueMode. parseOptional(StringParser parser)
Parse an optionalMultiValueMode
fromparser
.static MultiValueMode
MultiValueMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MultiValueMode[]
MultiValueMode. 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 MultiValueMode Modifier and Type Method Description void
BinaryMathExpression. setMultiValueMode(MultiValueMode mode)
Set theMultiValueMode
.void
Concat. setMultiValueMode(MultiValueMode mode)
Set theMultiValueMode
.static Concat
Concat. valueOf(MultiValueMode mode, StringParser parser)
Constructors in com.attivio.sdk.search.fields with parameters of type MultiValueMode Constructor Description BinaryMathExpression(BinaryMathExpression.Method method, FieldExpression x, FieldExpression y, MultiValueMode mode)
Construct a new BinaryMathExpression.Concat(FieldExpression[] args, MultiValueMode mode)
-