public static enum ISpaceIndex.MultiValuePerEntryIndexTypes extends Enum<ISpaceIndex.MultiValuePerEntryIndexTypes>
Enum Constant and Description |
---|
ARRAY |
COLLECTION |
GENERAL |
Modifier and Type | Method and Description |
---|---|
static ISpaceIndex.MultiValuePerEntryIndexTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ISpaceIndex.MultiValuePerEntryIndexTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ISpaceIndex.MultiValuePerEntryIndexTypes COLLECTION
public static final ISpaceIndex.MultiValuePerEntryIndexTypes ARRAY
public static final ISpaceIndex.MultiValuePerEntryIndexTypes GENERAL
public static ISpaceIndex.MultiValuePerEntryIndexTypes[] values()
for (ISpaceIndex.MultiValuePerEntryIndexTypes c : ISpaceIndex.MultiValuePerEntryIndexTypes.values()) System.out.println(c);
public static ISpaceIndex.MultiValuePerEntryIndexTypes 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 © GigaSpaces.