public enum MultiValueOperator extends Enum<MultiValueOperator> implements com.tridion.smarttarget.query.builder.Operator
AttributeCriteria
to define operations on multi-value Attributes.Enum Constant and Description |
---|
ALL
Attribute contains all values specified among other values.
|
ALL_EXCLUSIVE
Attribute contains all the values specified but no others.
|
ANY
Attribute contains some of the values specified among others.
|
ANY_EXCLUSIVE
Attribute contains zero, one or all of the values specified but no others.
|
Modifier and Type | Method and Description |
---|---|
static MultiValueOperator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultiValueOperator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MultiValueOperator ALL
public static final MultiValueOperator ALL_EXCLUSIVE
public static final MultiValueOperator ANY
public static final MultiValueOperator ANY_EXCLUSIVE
public static MultiValueOperator[] values()
for (MultiValueOperator c : MultiValueOperator.values()) System.out.println(c);
public static MultiValueOperator valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2021 RWS Group for and on behalf of its affiliates and subsidiaries. All rights reserved.