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