public static enum SolarLog.ChannelId extends java.lang.Enum<SolarLog.ChannelId> implements ChannelId
Enum Constant and Description |
---|
LAST_UPDATE_TIME |
MONTHLY_YIELD |
MONTHLY_YIELD_CONS |
P_LIMIT |
P_LIMIT_PERC |
P_LIMIT_TYPE |
PAC_CONSUMPTION |
PDC |
PV_LIMIT_FAILED |
STATUS |
TOTAL_POWER |
TOTAL_YIELD |
TOTAL_YIELD_CONS |
UDC |
WATCH_DOG_TAG |
YEARLY_YIELD |
YEARLY_YIELD_CONS |
YESTERDAY_YIELD |
YESTERDAY_YIELD_CONS |
Modifier and Type | Method and Description |
---|---|
Doc |
doc()
Gets the Channel Doc for this ChannelId.
|
static SolarLog.ChannelId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SolarLog.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 SolarLog.ChannelId LAST_UPDATE_TIME
public static final SolarLog.ChannelId PDC
public static final SolarLog.ChannelId UDC
public static final SolarLog.ChannelId YESTERDAY_YIELD
public static final SolarLog.ChannelId MONTHLY_YIELD
public static final SolarLog.ChannelId YEARLY_YIELD
public static final SolarLog.ChannelId TOTAL_YIELD
public static final SolarLog.ChannelId PAC_CONSUMPTION
public static final SolarLog.ChannelId YESTERDAY_YIELD_CONS
public static final SolarLog.ChannelId MONTHLY_YIELD_CONS
public static final SolarLog.ChannelId YEARLY_YIELD_CONS
public static final SolarLog.ChannelId TOTAL_YIELD_CONS
public static final SolarLog.ChannelId TOTAL_POWER
public static final SolarLog.ChannelId P_LIMIT_TYPE
public static final SolarLog.ChannelId P_LIMIT_PERC
public static final SolarLog.ChannelId P_LIMIT
public static final SolarLog.ChannelId WATCH_DOG_TAG
public static final SolarLog.ChannelId STATUS
public static final SolarLog.ChannelId PV_LIMIT_FAILED
public static SolarLog.ChannelId[] values()
for (SolarLog.ChannelId c : SolarLog.ChannelId.values()) System.out.println(c);
public static SolarLog.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