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