public static enum RouteParaOption.EBusStrategyType extends java.lang.Enum<RouteParaOption.EBusStrategyType>
| Enum Constant and Description |
|---|
bus_no_subway |
bus_recommend_way |
bus_time_first |
bus_transfer_little |
bus_walk_little |
| Modifier and Type | Method and Description |
|---|---|
static RouteParaOption.EBusStrategyType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RouteParaOption.EBusStrategyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RouteParaOption.EBusStrategyType bus_time_first
public static final RouteParaOption.EBusStrategyType bus_transfer_little
public static final RouteParaOption.EBusStrategyType bus_walk_little
public static final RouteParaOption.EBusStrategyType bus_no_subway
public static final RouteParaOption.EBusStrategyType bus_recommend_way
public static RouteParaOption.EBusStrategyType[] values()
for (RouteParaOption.EBusStrategyType c : RouteParaOption.EBusStrategyType.values()) System.out.println(c);
public static RouteParaOption.EBusStrategyType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is null