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