public static enum MeterBControlEM300.ChannelId extends java.lang.Enum<MeterBControlEM300.ChannelId> implements ChannelId
Modifier and Type | Method and Description |
---|---|
Doc |
doc()
Gets the Channel Doc for this ChannelId.
|
static MeterBControlEM300.ChannelId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MeterBControlEM300.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 MeterBControlEM300.ChannelId ACTIVE_POWER_POS
public static final MeterBControlEM300.ChannelId ACTIVE_POWER_NEG
public static final MeterBControlEM300.ChannelId ACTIVE_POWER_L1_POS
public static final MeterBControlEM300.ChannelId ACTIVE_POWER_L1_NEG
public static final MeterBControlEM300.ChannelId ACTIVE_POWER_L2_POS
public static final MeterBControlEM300.ChannelId ACTIVE_POWER_L2_NEG
public static final MeterBControlEM300.ChannelId ACTIVE_POWER_L3_POS
public static final MeterBControlEM300.ChannelId ACTIVE_POWER_L3_NEG
public static final MeterBControlEM300.ChannelId REACTIVE_POWER_POS
public static final MeterBControlEM300.ChannelId REACTIVE_POWER_NEG
public static final MeterBControlEM300.ChannelId REACTIVE_POWER_L1_POS
public static final MeterBControlEM300.ChannelId REACTIVE_POWER_L1_NEG
public static final MeterBControlEM300.ChannelId REACTIVE_POWER_L2_POS
public static final MeterBControlEM300.ChannelId REACTIVE_POWER_L2_NEG
public static final MeterBControlEM300.ChannelId REACTIVE_POWER_L3_POS
public static final MeterBControlEM300.ChannelId REACTIVE_POWER_L3_NEG
public static MeterBControlEM300.ChannelId[] values()
for (MeterBControlEM300.ChannelId c : MeterBControlEM300.ChannelId.values()) System.out.println(c);
public static MeterBControlEM300.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