public static enum ChargingPlugType.Types extends Enum<ChargingPlugType.Types>
| Enum Constant and Description |
|---|
AS3112 |
BIKE |
BS1363 |
CEE |
CEE_230V_16A |
CEE_400V_16A |
CEE_400V_32A |
CEE_400V_63A |
CEE_PLUS_230V |
CEE_PLUS_400V |
CEI_23 |
CH_T13 |
CH_T15 |
CH_T23 |
CH_T25 |
CHADEMO |
ENERGY_BUS |
MAGNE |
NEMA |
PRIMOVE |
ROPD_C |
SCHUKO |
SEV |
TESLA |
TESLA_HPC |
TESLA_ROADSTER |
TESLA_STANDARD |
TESLA_SUPERCHARGER |
TYP_E |
TYP1 |
TYP1_CABLE |
TYP1_COMBO |
TYP2 |
TYP2_CABLE |
TYP2_CABLE_GEN_1 |
TYP2_COMBO |
TYP3 |
TYP3A |
TYP3C |
UK_TYP_G |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static ChargingPlugType.Types |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChargingPlugType.Types[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChargingPlugType.Types ENERGY_BUS
public static final ChargingPlugType.Types CEE_400V_63A
public static final ChargingPlugType.Types CEE_400V_32A
public static final ChargingPlugType.Types CEE_PLUS_400V
public static final ChargingPlugType.Types CEE_PLUS_230V
public static final ChargingPlugType.Types CEE_400V_16A
public static final ChargingPlugType.Types CEE_230V_16A
public static final ChargingPlugType.Types CEI_23
public static final ChargingPlugType.Types CH_T25
public static final ChargingPlugType.Types CH_T15
public static final ChargingPlugType.Types CH_T23
public static final ChargingPlugType.Types CH_T13
public static final ChargingPlugType.Types UK_TYP_G
public static final ChargingPlugType.Types SCHUKO
public static final ChargingPlugType.Types CEE
public static final ChargingPlugType.Types TYP1
public static final ChargingPlugType.Types TYP1_COMBO
public static final ChargingPlugType.Types TYP1_CABLE
public static final ChargingPlugType.Types TYP2
public static final ChargingPlugType.Types TYP2_COMBO
public static final ChargingPlugType.Types TYP2_CABLE_GEN_1
public static final ChargingPlugType.Types TYP2_CABLE
public static final ChargingPlugType.Types TYP3
public static final ChargingPlugType.Types TYP3A
public static final ChargingPlugType.Types TYP3C
public static final ChargingPlugType.Types TYP_E
public static final ChargingPlugType.Types CHADEMO
public static final ChargingPlugType.Types TESLA
public static final ChargingPlugType.Types TESLA_HPC
public static final ChargingPlugType.Types TESLA_STANDARD
public static final ChargingPlugType.Types TESLA_SUPERCHARGER
public static final ChargingPlugType.Types TESLA_ROADSTER
public static final ChargingPlugType.Types BS1363
public static final ChargingPlugType.Types AS3112
public static final ChargingPlugType.Types SEV
public static final ChargingPlugType.Types UNKNOWN
public static final ChargingPlugType.Types MAGNE
public static final ChargingPlugType.Types NEMA
public static final ChargingPlugType.Types BIKE
public static final ChargingPlugType.Types PRIMOVE
public static final ChargingPlugType.Types ROPD_C
public static ChargingPlugType.Types[] values()
for (ChargingPlugType.Types c : ChargingPlugType.Types.values()) System.out.println(c);
public static ChargingPlugType.Types 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 nullCopyright © 2019. All rights reserved.