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