public enum GroupOfParkingSitesTypeEnum extends Enum<GroupOfParkingSitesTypeEnum>
Java class for GroupOfParkingSitesTypeEnum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="GroupOfParkingSitesTypeEnum">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="parkingArea"/>
<enumeration value="truckParkingPriorityZone"/>
<enumeration value="aggregationOfInformation"/>
<enumeration value="inhabitantZone"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
AGGREGATION_OF_INFORMATION |
INHABITANT_ZONE |
PARKING_AREA |
TRUCK_PARKING_PRIORITY_ZONE |
| Modifier and Type | Method and Description |
|---|---|
static GroupOfParkingSitesTypeEnum |
fromValue(String v) |
String |
value() |
static GroupOfParkingSitesTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupOfParkingSitesTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroupOfParkingSitesTypeEnum PARKING_AREA
public static final GroupOfParkingSitesTypeEnum TRUCK_PARKING_PRIORITY_ZONE
public static final GroupOfParkingSitesTypeEnum AGGREGATION_OF_INFORMATION
public static final GroupOfParkingSitesTypeEnum INHABITANT_ZONE
public static GroupOfParkingSitesTypeEnum[] values()
for (GroupOfParkingSitesTypeEnum c : GroupOfParkingSitesTypeEnum.values()) System.out.println(c);
public static GroupOfParkingSitesTypeEnum 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 GroupOfParkingSitesTypeEnum fromValue(String v)
Copyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.