public static enum SymmetricMeter.ChannelId extends java.lang.Enum<SymmetricMeter.ChannelId> implements ChannelId
Enum Constant and Description |
---|
ACTIVE_CONSUMPTION_ENERGY
Active Consumption Energy.
|
ACTIVE_POWER
Active Power.
|
ACTIVE_PRODUCTION_ENERGY
Active Production Energy.
|
CURRENT
Current.
|
FREQUENCY
Frequency.
|
MAX_ACTIVE_POWER
Maximum Ever Active Power.
|
MIN_ACTIVE_POWER
Minimum Ever Active Power.
|
REACTIVE_POWER
Reactive Power.
|
VOLTAGE
Voltage.
|
Modifier and Type | Method and Description |
---|---|
Doc |
doc()
Gets the Channel Doc for this ChannelId.
|
static SymmetricMeter.ChannelId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SymmetricMeter.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 SymmetricMeter.ChannelId FREQUENCY
public static final SymmetricMeter.ChannelId MIN_ACTIVE_POWER
public static final SymmetricMeter.ChannelId MAX_ACTIVE_POWER
public static final SymmetricMeter.ChannelId ACTIVE_POWER
public static final SymmetricMeter.ChannelId REACTIVE_POWER
public static final SymmetricMeter.ChannelId ACTIVE_PRODUCTION_ENERGY
public static final SymmetricMeter.ChannelId ACTIVE_CONSUMPTION_ENERGY
public static final SymmetricMeter.ChannelId VOLTAGE
public static final SymmetricMeter.ChannelId CURRENT
public static SymmetricMeter.ChannelId[] values()
for (SymmetricMeter.ChannelId c : SymmetricMeter.ChannelId.values()) System.out.println(c);
public static SymmetricMeter.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