public enum ReroutingManagementTypeEnum extends Enum<ReroutingManagementTypeEnum>
Java class for ReroutingManagementTypeEnum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ReroutingManagementTypeEnum">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="doNotFollowDiversionSigns"/>
<enumeration value="doNotUseEntry"/>
<enumeration value="doNotUseExit"/>
<enumeration value="doNotUseIntersectionOrJunction"/>
<enumeration value="followDiversionSigns"/>
<enumeration value="followLocalDiversion"/>
<enumeration value="followSpecialMarkers"/>
<enumeration value="useEntry"/>
<enumeration value="useExit"/>
<enumeration value="useIntersectionOrJunction"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
DO_NOT_FOLLOW_DIVERSION_SIGNS |
DO_NOT_USE_ENTRY |
DO_NOT_USE_EXIT |
DO_NOT_USE_INTERSECTION_OR_JUNCTION |
FOLLOW_DIVERSION_SIGNS |
FOLLOW_LOCAL_DIVERSION |
FOLLOW_SPECIAL_MARKERS |
USE_ENTRY |
USE_EXIT |
USE_INTERSECTION_OR_JUNCTION |
| Modifier and Type | Method and Description |
|---|---|
static ReroutingManagementTypeEnum |
fromValue(String v) |
String |
value() |
static ReroutingManagementTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReroutingManagementTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReroutingManagementTypeEnum DO_NOT_FOLLOW_DIVERSION_SIGNS
public static final ReroutingManagementTypeEnum DO_NOT_USE_ENTRY
public static final ReroutingManagementTypeEnum DO_NOT_USE_EXIT
public static final ReroutingManagementTypeEnum DO_NOT_USE_INTERSECTION_OR_JUNCTION
public static final ReroutingManagementTypeEnum FOLLOW_DIVERSION_SIGNS
public static final ReroutingManagementTypeEnum FOLLOW_LOCAL_DIVERSION
public static final ReroutingManagementTypeEnum FOLLOW_SPECIAL_MARKERS
public static final ReroutingManagementTypeEnum USE_ENTRY
public static final ReroutingManagementTypeEnum USE_EXIT
public static final ReroutingManagementTypeEnum USE_INTERSECTION_OR_JUNCTION
public static ReroutingManagementTypeEnum[] values()
for (ReroutingManagementTypeEnum c : ReroutingManagementTypeEnum.values()) System.out.println(c);
public static ReroutingManagementTypeEnum 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 ReroutingManagementTypeEnum fromValue(String v)
Copyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.