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