public enum IndexTarget extends Enum<IndexTarget>
| Modifier and Type | Method and Description |
|---|---|
static IndexTarget |
fromIndexingType(CollectionIndexingType indexingType) |
CollectionIndexingType |
toIndexingType() |
static IndexTarget |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexTarget[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndexTarget KEYS
public static final IndexTarget VALUES
public static final IndexTarget ENTRIES
public static final IndexTarget FULL
public static IndexTarget[] values()
for (IndexTarget c : IndexTarget.values()) System.out.println(c);
public static IndexTarget 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 nullpublic CollectionIndexingType toIndexingType()
public static IndexTarget fromIndexingType(CollectionIndexingType indexingType)
Copyright © 2022. All rights reserved.