public static enum EnergyManagement.Version extends java.lang.Enum<EnergyManagement.Version>
Enum Constant and Description |
---|
MODEL_3522 |
MODEL_F520 |
MODEL_F522_A |
MODEL_F523 |
MODEL_F523_A |
Modifier and Type | Method and Description |
---|---|
static EnergyManagement.Version |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnergyManagement.Version[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnergyManagement.Version MODEL_F520
public static final EnergyManagement.Version MODEL_F523
public static final EnergyManagement.Version MODEL_3522
public static final EnergyManagement.Version MODEL_F522_A
public static final EnergyManagement.Version MODEL_F523_A
public static EnergyManagement.Version[] values()
for (EnergyManagement.Version c : EnergyManagement.Version.values()) System.out.println(c);
public static EnergyManagement.Version valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null