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