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