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