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