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