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