public static enum IndexUtils.FieldProperties extends Enum<IndexUtils.FieldProperties>
Enum Constant and Description |
---|
RANGE_QUERY_TARGET |
SORT_KEY |
STORED |
Modifier and Type | Method and Description |
---|---|
static IndexUtils.FieldProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexUtils.FieldProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndexUtils.FieldProperties STORED
public static final IndexUtils.FieldProperties SORT_KEY
public static final IndexUtils.FieldProperties RANGE_QUERY_TARGET
public static IndexUtils.FieldProperties[] values()
for (IndexUtils.FieldProperties c : IndexUtils.FieldProperties.values()) System.out.println(c);
public static IndexUtils.FieldProperties 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 Atlassian Software Systems Pty Ltd. All rights reserved.