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