public enum SpeedTestProfile extends Enum<SpeedTestProfile>
Enum Constant and Description |
---|
mc_destination |
mc_filter_stops |
mc_range_raptor |
mc_stop_destination |
no_wait_best_time |
no_wait_best_time_reverse |
no_wait_std |
no_wait_std_reverse |
std_best_time |
std_best_time_reverse |
std_range_raptor |
std_range_raptor_reverse |
Modifier and Type | Method and Description |
---|---|
static List<String> |
options() |
static SpeedTestProfile[] |
parse(String profiles) |
static SpeedTestProfile |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpeedTestProfile[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpeedTestProfile std_range_raptor
public static final SpeedTestProfile std_range_raptor_reverse
public static final SpeedTestProfile std_best_time
public static final SpeedTestProfile std_best_time_reverse
public static final SpeedTestProfile no_wait_std
public static final SpeedTestProfile no_wait_std_reverse
public static final SpeedTestProfile no_wait_best_time
public static final SpeedTestProfile no_wait_best_time_reverse
public static final SpeedTestProfile mc_range_raptor
public static final SpeedTestProfile mc_destination
public static final SpeedTestProfile mc_filter_stops
public static final SpeedTestProfile mc_stop_destination
public static SpeedTestProfile[] values()
for (SpeedTestProfile c : SpeedTestProfile.values()) System.out.println(c);
public static SpeedTestProfile 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 nullpublic static SpeedTestProfile[] parse(String profiles)
Copyright © 2019. All rights reserved.