public static enum ManagedSymmetricPvInverter.ChannelId extends java.lang.Enum<ManagedSymmetricPvInverter.ChannelId> implements ChannelId
Enum Constant and Description |
---|
ACTIVE_POWER_LIMIT
Read/Set Active Power Limit.
|
MAX_APPARENT_POWER
Holds the maximum possible apparent power.
|
Modifier and Type | Method and Description |
---|---|
Doc |
doc()
Gets the Channel Doc for this ChannelId.
|
static ManagedSymmetricPvInverter.ChannelId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ManagedSymmetricPvInverter.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
channelIdCamelToUpper, channelIdUpperToCamel, id, name, printChannelIdsForInfluxQuery
public static final ManagedSymmetricPvInverter.ChannelId MAX_APPARENT_POWER
public static final ManagedSymmetricPvInverter.ChannelId ACTIVE_POWER_LIMIT
public static ManagedSymmetricPvInverter.ChannelId[] values()
for (ManagedSymmetricPvInverter.ChannelId c : ManagedSymmetricPvInverter.ChannelId.values()) System.out.println(c);
public static ManagedSymmetricPvInverter.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