public enum PathSerializerType extends Enum<PathSerializerType>
| Enum Constant and Description |
|---|
COMPACT_PATH_SERIALIZER |
GEO_JSON_PATH_SERIALIZER |
TRAVEL_TIME_PATH_SERIALIZER |
| Modifier and Type | Method and Description |
|---|---|
static PathSerializerType |
getPathSerializer(String key) |
String |
getPathSerializerName() |
static PathSerializerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathSerializerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PathSerializerType TRAVEL_TIME_PATH_SERIALIZER
public static final PathSerializerType COMPACT_PATH_SERIALIZER
public static final PathSerializerType GEO_JSON_PATH_SERIALIZER
public static PathSerializerType[] values()
for (PathSerializerType c : PathSerializerType.values()) System.out.println(c);
public static PathSerializerType 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 PathSerializerType getPathSerializer(String key) throws Route360ClientException
Route360ClientExceptionpublic String getPathSerializerName() throws Route360ClientRuntimeException
Route360ClientRuntimeExceptionCopyright © 2017. All rights reserved.