public enum NavigationTypeEnumeration extends Enum<NavigationTypeEnumeration>
Java class for NavigationTypeEnumeration.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="NavigationTypeEnumeration">
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="hallToQuay"/>
<enumeration value="hallToStreet"/>
<enumeration value="quayToHall"/>
<enumeration value="quayToQuay"/>
<enumeration value="quayToStreet"/>
<enumeration value="streetToHall"/>
<enumeration value="streetToQuay"/>
<enumeration value="streetToSpace"/>
<enumeration value="spaceToStreet"/>
<enumeration value="spaceToHall"/>
<enumeration value="hallToSpace"/>
<enumeration value="spaceToSpace"/>
<enumeration value="other"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
HALL_TO_QUAY |
HALL_TO_SPACE |
HALL_TO_STREET |
OTHER |
QUAY_TO_HALL |
QUAY_TO_QUAY |
QUAY_TO_STREET |
SPACE_TO_HALL |
SPACE_TO_SPACE |
SPACE_TO_STREET |
STREET_TO_HALL |
STREET_TO_QUAY |
STREET_TO_SPACE |
| Modifier and Type | Method and Description |
|---|---|
static NavigationTypeEnumeration |
fromValue(String v) |
String |
value() |
static NavigationTypeEnumeration |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NavigationTypeEnumeration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NavigationTypeEnumeration HALL_TO_QUAY
public static final NavigationTypeEnumeration HALL_TO_STREET
public static final NavigationTypeEnumeration QUAY_TO_HALL
public static final NavigationTypeEnumeration QUAY_TO_QUAY
public static final NavigationTypeEnumeration QUAY_TO_STREET
public static final NavigationTypeEnumeration STREET_TO_HALL
public static final NavigationTypeEnumeration STREET_TO_QUAY
public static final NavigationTypeEnumeration STREET_TO_SPACE
public static final NavigationTypeEnumeration SPACE_TO_STREET
public static final NavigationTypeEnumeration SPACE_TO_HALL
public static final NavigationTypeEnumeration HALL_TO_SPACE
public static final NavigationTypeEnumeration SPACE_TO_SPACE
public static final NavigationTypeEnumeration OTHER
public static NavigationTypeEnumeration[] values()
for (NavigationTypeEnumeration c : NavigationTypeEnumeration.values()) System.out.println(c);
public static NavigationTypeEnumeration 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 NavigationTypeEnumeration fromValue(String v)
Copyright © 2018 Entur AS. All rights reserved.