public static enum NETChargeInfo.EnergyData.SessionStatus extends java.lang.Enum<NETChargeInfo.EnergyData.SessionStatus>
| Enum Constant and Description |
|---|
ACTIVE
The charging process is currently active.
|
AUTHORIZED
The charging process has been authorized, but the charging station doesn't deliver
power yet.
|
FINISHED
The charging process is completed.
|
INACTIVE
The charging process is in pause.
|
STAND_BY
The charging process is in pause.
|
| Modifier and Type | Method and Description |
|---|---|
static NETChargeInfo.EnergyData.SessionStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NETChargeInfo.EnergyData.SessionStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NETChargeInfo.EnergyData.SessionStatus AUTHORIZED
public static final NETChargeInfo.EnergyData.SessionStatus ACTIVE
public static final NETChargeInfo.EnergyData.SessionStatus INACTIVE
public static final NETChargeInfo.EnergyData.SessionStatus STAND_BY
public static final NETChargeInfo.EnergyData.SessionStatus FINISHED
public static NETChargeInfo.EnergyData.SessionStatus[] values()
for (NETChargeInfo.EnergyData.SessionStatus c : NETChargeInfo.EnergyData.SessionStatus.values()) System.out.println(c);
public static NETChargeInfo.EnergyData.SessionStatus 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