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