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