public enum PassengerInformationEquipmentEnumeration extends Enum<PassengerInformationEquipmentEnumeration>
Java class for PassengerInformationEquipmentEnumeration.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="PassengerInformationEquipmentEnumeration">
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="timetablePoster"/>
<enumeration value="fareInformation"/>
<enumeration value="lineNetworkPlan"/>
<enumeration value="lineTimetable"/>
<enumeration value="stopTimetable"/>
<enumeration value="journeyPlanning"/>
<enumeration value="interactiveKiosk"/>
<enumeration value="informationDesk"/>
<enumeration value="realTimeDepartures"/>
<enumeration value="other"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
FARE_INFORMATION |
INFORMATION_DESK |
INTERACTIVE_KIOSK |
JOURNEY_PLANNING |
LINE_NETWORK_PLAN |
LINE_TIMETABLE |
OTHER |
REAL_TIME_DEPARTURES |
STOP_TIMETABLE |
TIMETABLE_POSTER |
| Modifier and Type | Method and Description |
|---|---|
static PassengerInformationEquipmentEnumeration |
fromValue(String v) |
String |
value() |
static PassengerInformationEquipmentEnumeration |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PassengerInformationEquipmentEnumeration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PassengerInformationEquipmentEnumeration TIMETABLE_POSTER
public static final PassengerInformationEquipmentEnumeration FARE_INFORMATION
public static final PassengerInformationEquipmentEnumeration LINE_NETWORK_PLAN
public static final PassengerInformationEquipmentEnumeration LINE_TIMETABLE
public static final PassengerInformationEquipmentEnumeration STOP_TIMETABLE
public static final PassengerInformationEquipmentEnumeration JOURNEY_PLANNING
public static final PassengerInformationEquipmentEnumeration INTERACTIVE_KIOSK
public static final PassengerInformationEquipmentEnumeration INFORMATION_DESK
public static final PassengerInformationEquipmentEnumeration REAL_TIME_DEPARTURES
public static final PassengerInformationEquipmentEnumeration OTHER
public static PassengerInformationEquipmentEnumeration[] values()
for (PassengerInformationEquipmentEnumeration c : PassengerInformationEquipmentEnumeration.values()) System.out.println(c);
public static PassengerInformationEquipmentEnumeration 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 PassengerInformationEquipmentEnumeration fromValue(String v)
Copyright © 2018 Entur AS. All rights reserved.