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