public enum RangeOperator extends Enum<RangeOperator> implements com.tridion.smarttarget.query.builder.Operator
| Enum Constant and Description |
|---|
BETWEEN
Attribute is between the specified values.
|
| Modifier and Type | Method and Description |
|---|---|
static RangeOperator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RangeOperator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RangeOperator BETWEEN
public static RangeOperator[] values()
for (RangeOperator c : RangeOperator.values()) System.out.println(c);
public static RangeOperator 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.