public static enum GcSearchRequest.SearchType extends Enum<GcSearchRequest.SearchType>
| Enum Constant and Description |
|---|
GPEL_INSTANCE |
GPEL_TEMPLATE |
| Modifier and Type | Method and Description |
|---|---|
static GcSearchRequest.SearchType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GcSearchRequest.SearchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GcSearchRequest.SearchType GPEL_TEMPLATE
public static final GcSearchRequest.SearchType GPEL_INSTANCE
public static GcSearchRequest.SearchType[] values()
for (GcSearchRequest.SearchType c : GcSearchRequest.SearchType.values()) System.out.println(c);
public static GcSearchRequest.SearchType 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 © 2013. All Rights Reserved.