public static enum SymmetricBatteryInverter.ChannelId extends java.lang.Enum<SymmetricBatteryInverter.ChannelId> implements ChannelId
Enum Constant and Description |
---|
ACTIVE_CHARGE_ENERGY
Active Charge Energy.
|
ACTIVE_DISCHARGE_ENERGY
Active Discharge Energy.
|
ACTIVE_POWER
Active Power.
|
GRID_MODE
Grid-Mode.
|
MAX_APPARENT_POWER
Holds the currently maximum possible apparent power.
|
REACTIVE_POWER
Reactive Power.
|
Modifier and Type | Method and Description |
---|---|
Doc |
doc()
Gets the Channel Doc for this ChannelId.
|
static SymmetricBatteryInverter.ChannelId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SymmetricBatteryInverter.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 SymmetricBatteryInverter.ChannelId GRID_MODE
public static final SymmetricBatteryInverter.ChannelId ACTIVE_POWER
public static final SymmetricBatteryInverter.ChannelId REACTIVE_POWER
public static final SymmetricBatteryInverter.ChannelId MAX_APPARENT_POWER
public static final SymmetricBatteryInverter.ChannelId ACTIVE_CHARGE_ENERGY
public static final SymmetricBatteryInverter.ChannelId ACTIVE_DISCHARGE_ENERGY
public static SymmetricBatteryInverter.ChannelId[] values()
for (SymmetricBatteryInverter.ChannelId c : SymmetricBatteryInverter.ChannelId.values()) System.out.println(c);
public static SymmetricBatteryInverter.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