protected static enum BaseRangeFieldQueryTestCase.Range.QueryType extends Enum<BaseRangeFieldQueryTestCase.Range.QueryType>
| Enum Constant and Description |
|---|
CONTAINS |
CROSSES |
INTERSECTS |
WITHIN |
| Modifier and Type | Method and Description |
|---|---|
static BaseRangeFieldQueryTestCase.Range.QueryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseRangeFieldQueryTestCase.Range.QueryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseRangeFieldQueryTestCase.Range.QueryType INTERSECTS
public static final BaseRangeFieldQueryTestCase.Range.QueryType WITHIN
public static final BaseRangeFieldQueryTestCase.Range.QueryType CONTAINS
public static final BaseRangeFieldQueryTestCase.Range.QueryType CROSSES
public static BaseRangeFieldQueryTestCase.Range.QueryType[] values()
for (BaseRangeFieldQueryTestCase.Range.QueryType c : BaseRangeFieldQueryTestCase.Range.QueryType.values()) System.out.println(c);
public static BaseRangeFieldQueryTestCase.Range.QueryType 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 © 2000-2021 Apache Software Foundation. All Rights Reserved.