org.onebusaway.transit_data.model
Enum SearchQueryBean.EQueryType

java.lang.Object
  extended by java.lang.Enum<SearchQueryBean.EQueryType>
      extended by org.onebusaway.transit_data.model.SearchQueryBean.EQueryType
All Implemented Interfaces:
Serializable, Comparable<SearchQueryBean.EQueryType>
Enclosing class:
SearchQueryBean

public static enum SearchQueryBean.EQueryType
extends Enum<SearchQueryBean.EQueryType>
implements Serializable


Enum Constant Summary
BOUNDS
           
BOUNDS_OR_CLOSEST
           
CLOSEST
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

BOUNDS

public static final SearchQueryBean.EQueryType BOUNDS

CLOSEST

public static final SearchQueryBean.EQueryType CLOSEST

BOUNDS_OR_CLOSEST

public static final SearchQueryBean.EQueryType BOUNDS_OR_CLOSEST
Method Detail

values

public static SearchQueryBean.EQueryType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (SearchQueryBean.EQueryType c : SearchQueryBean.EQueryType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static SearchQueryBean.EQueryType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 2012 OneBusAway. All Rights Reserved.