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