public enum HeadwayUseEnumeration extends Enum<HeadwayUseEnumeration>
Java class for HeadwayUseEnumeration.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="HeadwayUseEnumeration">
<restriction base="{http://www.w3.org/2001/XMLSchema}normalizedString">
<enumeration value="DisplayPassingTimesOnly"/>
<enumeration value="DisplayAsWellAsPassingTimes"/>
<enumeration value="DisplayInsteadOfPassingTimes"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
DISPLAY_AS_WELL_AS_PASSING_TIMES |
DISPLAY_INSTEAD_OF_PASSING_TIMES |
DISPLAY_PASSING_TIMES_ONLY |
| Modifier and Type | Method and Description |
|---|---|
static HeadwayUseEnumeration |
fromValue(String v) |
String |
value() |
static HeadwayUseEnumeration |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HeadwayUseEnumeration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HeadwayUseEnumeration DISPLAY_PASSING_TIMES_ONLY
public static final HeadwayUseEnumeration DISPLAY_AS_WELL_AS_PASSING_TIMES
public static final HeadwayUseEnumeration DISPLAY_INSTEAD_OF_PASSING_TIMES
public static HeadwayUseEnumeration[] values()
for (HeadwayUseEnumeration c : HeadwayUseEnumeration.values()) System.out.println(c);
public static HeadwayUseEnumeration 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 HeadwayUseEnumeration fromValue(String v)
Copyright © 2018 Entur AS. All rights reserved.