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