public enum EntranceEnumeration extends Enum<EntranceEnumeration>
Java class for EntranceEnumeration.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="EntranceEnumeration">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="opening"/>
<enumeration value="openDoor"/>
<enumeration value="door"/>
<enumeration value="swingDoor"/>
<enumeration value="revolvingDoor"/>
<enumeration value="automaticDoor"/>
<enumeration value="ticketBarrier"/>
<enumeration value="gate"/>
<enumeration value="other"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
AUTOMATIC_DOOR |
DOOR |
GATE |
OPEN_DOOR |
OPENING |
OTHER |
REVOLVING_DOOR |
SWING_DOOR |
TICKET_BARRIER |
| Modifier and Type | Method and Description |
|---|---|
static EntranceEnumeration |
fromValue(String v) |
String |
value() |
static EntranceEnumeration |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntranceEnumeration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntranceEnumeration OPENING
public static final EntranceEnumeration OPEN_DOOR
public static final EntranceEnumeration DOOR
public static final EntranceEnumeration SWING_DOOR
public static final EntranceEnumeration REVOLVING_DOOR
public static final EntranceEnumeration AUTOMATIC_DOOR
public static final EntranceEnumeration TICKET_BARRIER
public static final EntranceEnumeration GATE
public static final EntranceEnumeration OTHER
public static EntranceEnumeration[] values()
for (EntranceEnumeration c : EntranceEnumeration.values()) System.out.println(c);
public static EntranceEnumeration 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 EntranceEnumeration fromValue(String v)
Copyright © 2018 Entur AS. All rights reserved.