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