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