public enum AccessCategoryEnum extends Enum<AccessCategoryEnum>
Java class for AccessCategoryEnum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="AccessCategoryEnum">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="vehicleEntranceAndExit"/>
<enumeration value="vehicleEntrance"/>
<enumeration value="vehicleExit"/>
<enumeration value="pedestrianEntranceAndExit"/>
<enumeration value="pedestrianEntrance"/>
<enumeration value="pedestrianExit"/>
<enumeration value="rentalCarReturn"/>
<enumeration value="bicycles"/>
<enumeration value="emergencyExit"/>
<enumeration value="unspecified"/>
<enumeration value="unknown"/>
<enumeration value="other"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
BICYCLES |
EMERGENCY_EXIT |
OTHER |
PEDESTRIAN_ENTRANCE |
PEDESTRIAN_ENTRANCE_AND_EXIT |
PEDESTRIAN_EXIT |
RENTAL_CAR_RETURN |
UNKNOWN |
UNSPECIFIED |
VEHICLE_ENTRANCE |
VEHICLE_ENTRANCE_AND_EXIT |
VEHICLE_EXIT |
| Modifier and Type | Method and Description |
|---|---|
static AccessCategoryEnum |
fromValue(String v) |
String |
value() |
static AccessCategoryEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessCategoryEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccessCategoryEnum VEHICLE_ENTRANCE_AND_EXIT
public static final AccessCategoryEnum VEHICLE_ENTRANCE
public static final AccessCategoryEnum VEHICLE_EXIT
public static final AccessCategoryEnum PEDESTRIAN_ENTRANCE_AND_EXIT
public static final AccessCategoryEnum PEDESTRIAN_ENTRANCE
public static final AccessCategoryEnum PEDESTRIAN_EXIT
public static final AccessCategoryEnum RENTAL_CAR_RETURN
public static final AccessCategoryEnum BICYCLES
public static final AccessCategoryEnum EMERGENCY_EXIT
public static final AccessCategoryEnum UNSPECIFIED
public static final AccessCategoryEnum UNKNOWN
public static final AccessCategoryEnum OTHER
public static AccessCategoryEnum[] values()
for (AccessCategoryEnum c : AccessCategoryEnum.values()) System.out.println(c);
public static AccessCategoryEnum 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 AccessCategoryEnum fromValue(String v)
Copyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.