org.onebusaway.transit_data.model
public static enum SearchQueryBean.EQueryType extends Enum<SearchQueryBean.EQueryType> implements Serializable
Enum Constant and Description |
---|
BOUNDS |
BOUNDS_OR_CLOSEST |
CLOSEST |
Modifier and Type | Method and Description |
---|---|
static SearchQueryBean.EQueryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchQueryBean.EQueryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchQueryBean.EQueryType BOUNDS
public static final SearchQueryBean.EQueryType CLOSEST
public static final SearchQueryBean.EQueryType BOUNDS_OR_CLOSEST
public static SearchQueryBean.EQueryType[] values()
for (SearchQueryBean.EQueryType c : SearchQueryBean.EQueryType.values()) System.out.println(c);
public static SearchQueryBean.EQueryType 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 OneBusAway. All Rights Reserved.