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