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