public enum SearchAvailabilityType extends Enum<SearchAvailabilityType> implements com.google.gwt.user.client.rpc.IsSerializable
| Enum Constant and Description |
|---|
FTS_GEO_AVAILABLE |
FTS_NOGEO_AVAILABLE |
GEO_NOFTS_AVAILABLE |
MANY_COLLECTIONS_SELECTED |
NO_COLLECTION_SELECTED |
NOFTS_NOGEO_AVAILABLE |
SEARCH_AVAILABLE |
SEARCH_UNAVAILABLE |
| Modifier and Type | Method and Description |
|---|---|
static SearchAvailabilityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchAvailabilityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchAvailabilityType NO_COLLECTION_SELECTED
public static final SearchAvailabilityType MANY_COLLECTIONS_SELECTED
public static final SearchAvailabilityType SEARCH_UNAVAILABLE
public static final SearchAvailabilityType SEARCH_AVAILABLE
public static final SearchAvailabilityType FTS_NOGEO_AVAILABLE
public static final SearchAvailabilityType GEO_NOFTS_AVAILABLE
public static final SearchAvailabilityType FTS_GEO_AVAILABLE
public static final SearchAvailabilityType NOFTS_NOGEO_AVAILABLE
public static SearchAvailabilityType[] values()
for (SearchAvailabilityType c : SearchAvailabilityType.values()) System.out.println(c);
public static SearchAvailabilityType 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 © 2014. All Rights Reserved.