Enum Constant and Description |
---|
ESS_POWER |
ESS_SOC |
MAX_CELL_TEMPERATURE |
MAX_CELL_VOLTAGE |
MIN_CELL_TEMPERATURE |
MIN_CELL_VOLTAGE |
STATE_MACHINE |
Modifier and Type | Method and Description |
---|---|
Doc |
doc()
Gets the Channel Doc for this ChannelId.
|
static ChannelId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChannelId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
channelIdUpperToCamel, id, name
public static final ChannelId STATE_MACHINE
public static final ChannelId MIN_CELL_VOLTAGE
public static final ChannelId MAX_CELL_VOLTAGE
public static final ChannelId MIN_CELL_TEMPERATURE
public static final ChannelId MAX_CELL_TEMPERATURE
public static final ChannelId ESS_SOC
public static final ChannelId ESS_POWER
public static ChannelId[] values()
for (ChannelId c : ChannelId.values()) System.out.println(c);
public static ChannelId 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