public enum TravelTimeTypeEnum extends Enum<TravelTimeTypeEnum>
Java class for TravelTimeTypeEnum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="TravelTimeTypeEnum">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="best"/>
<enumeration value="estimated"/>
<enumeration value="instantaneous"/>
<enumeration value="reconstituted"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
BEST |
ESTIMATED |
INSTANTANEOUS |
RECONSTITUTED |
| Modifier and Type | Method and Description |
|---|---|
static TravelTimeTypeEnum |
fromValue(String v) |
String |
value() |
static TravelTimeTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TravelTimeTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TravelTimeTypeEnum BEST
public static final TravelTimeTypeEnum ESTIMATED
public static final TravelTimeTypeEnum INSTANTANEOUS
public static final TravelTimeTypeEnum RECONSTITUTED
public static TravelTimeTypeEnum[] values()
for (TravelTimeTypeEnum c : TravelTimeTypeEnum.values()) System.out.println(c);
public static TravelTimeTypeEnum 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 value()
public static TravelTimeTypeEnum fromValue(String v)
Copyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.