public enum EncumbranceEnumeration extends Enum<EncumbranceEnumeration>
Java class for EncumbranceEnumeration.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="EncumbranceEnumeration">
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="luggageEncumbered"/>
<enumeration value="pushchair"/>
<enumeration value="baggageTrolley"/>
<enumeration value="oversizeBaggage"/>
<enumeration value="guideDog"/>
<enumeration value="otherAnimal"/>
<enumeration value="otherEncumbranceNeed"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
BAGGAGE_TROLLEY |
GUIDE_DOG |
LUGGAGE_ENCUMBERED |
OTHER_ANIMAL |
OTHER_ENCUMBRANCE_NEED |
OVERSIZE_BAGGAGE |
PUSHCHAIR |
| Modifier and Type | Method and Description |
|---|---|
static EncumbranceEnumeration |
fromValue(String v) |
String |
value() |
static EncumbranceEnumeration |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncumbranceEnumeration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EncumbranceEnumeration LUGGAGE_ENCUMBERED
public static final EncumbranceEnumeration PUSHCHAIR
public static final EncumbranceEnumeration BAGGAGE_TROLLEY
public static final EncumbranceEnumeration OVERSIZE_BAGGAGE
public static final EncumbranceEnumeration GUIDE_DOG
public static final EncumbranceEnumeration OTHER_ANIMAL
public static final EncumbranceEnumeration OTHER_ENCUMBRANCE_NEED
public static EncumbranceEnumeration[] values()
for (EncumbranceEnumeration c : EncumbranceEnumeration.values()) System.out.println(c);
public static EncumbranceEnumeration 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 EncumbranceEnumeration fromValue(String v)
Copyright © 2018 Entur AS. All rights reserved.