public static enum StationListRequest.SortingRequestType extends Enum<StationListRequest.SortingRequestType>
| Modifier and Type | Method and Description |
|---|---|
String |
toQueryParam() |
static StationListRequest.SortingRequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StationListRequest.SortingRequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StationListRequest.SortingRequestType PRICE
public static final StationListRequest.SortingRequestType DISTANCE
public static StationListRequest.SortingRequestType[] values()
for (StationListRequest.SortingRequestType c : StationListRequest.SortingRequestType.values()) System.out.println(c);
public static StationListRequest.SortingRequestType 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 String toQueryParam()
Copyright © 2017. All rights reserved.