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