Enum DefaultSunSpecModel.S124
- java.lang.Object
-
- java.lang.Enum<DefaultSunSpecModel.S124>
-
- io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S124
-
- All Implemented Interfaces:
SunSpecPoint
,java.io.Serializable
,java.lang.Comparable<DefaultSunSpecModel.S124>
- Enclosing class:
- DefaultSunSpecModel
public static enum DefaultSunSpecModel.S124 extends java.lang.Enum<DefaultSunSpecModel.S124> implements SunSpecPoint
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.openems.edge.bridge.modbus.sunspec.SunSpecPoint
SunSpecPoint.PointCategory, SunSpecPoint.PointImpl, SunSpecPoint.PointType
-
-
Enum Constant Summary
-
Field Summary
Fields Modifier and Type Field Description protected SunSpecPoint.PointImpl
impl
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SunSpecPoint.PointImpl
get()
The internal PointImpl object for easier handling in Enums.static DefaultSunSpecModel.S124
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DefaultSunSpecModel.S124[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.-
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Methods inherited from interface io.openems.edge.bridge.modbus.sunspec.SunSpecPoint
getChannelId, isDefined, name
-
-
-
-
Enum Constant Detail
-
W_CHA_MAX
public static final DefaultSunSpecModel.S124 W_CHA_MAX
-
W_CHA_GRA
public static final DefaultSunSpecModel.S124 W_CHA_GRA
-
W_DIS_CHA_GRA
public static final DefaultSunSpecModel.S124 W_DIS_CHA_GRA
-
STOR_CTL_MOD
public static final DefaultSunSpecModel.S124 STOR_CTL_MOD
-
V_A_CHA_MAX
public static final DefaultSunSpecModel.S124 V_A_CHA_MAX
-
MIN_RSV_PCT
public static final DefaultSunSpecModel.S124 MIN_RSV_PCT
-
CHA_STATE
public static final DefaultSunSpecModel.S124 CHA_STATE
-
STOR_AVAL
public static final DefaultSunSpecModel.S124 STOR_AVAL
-
IN_BAT_V
public static final DefaultSunSpecModel.S124 IN_BAT_V
-
CHA_ST
public static final DefaultSunSpecModel.S124 CHA_ST
-
OUT_W_RTE
public static final DefaultSunSpecModel.S124 OUT_W_RTE
-
IN_W_RTE
public static final DefaultSunSpecModel.S124 IN_W_RTE
-
IN_OUT_W_RTE_WIN_TMS
public static final DefaultSunSpecModel.S124 IN_OUT_W_RTE_WIN_TMS
-
IN_OUT_W_RTE_RVRT_TMS
public static final DefaultSunSpecModel.S124 IN_OUT_W_RTE_RVRT_TMS
-
IN_OUT_W_RTE_RMP_TMS
public static final DefaultSunSpecModel.S124 IN_OUT_W_RTE_RMP_TMS
-
CHA_GRI_SET
public static final DefaultSunSpecModel.S124 CHA_GRI_SET
-
W_CHA_MAX_S_F
public static final DefaultSunSpecModel.S124 W_CHA_MAX_S_F
-
W_CHA_DIS_CHA_GRA_S_F
public static final DefaultSunSpecModel.S124 W_CHA_DIS_CHA_GRA_S_F
-
V_A_CHA_MAX_S_F
public static final DefaultSunSpecModel.S124 V_A_CHA_MAX_S_F
-
MIN_RSV_PCT_S_F
public static final DefaultSunSpecModel.S124 MIN_RSV_PCT_S_F
-
CHA_STATE_S_F
public static final DefaultSunSpecModel.S124 CHA_STATE_S_F
-
STOR_AVAL_S_F
public static final DefaultSunSpecModel.S124 STOR_AVAL_S_F
-
IN_BAT_V_S_F
public static final DefaultSunSpecModel.S124 IN_BAT_V_S_F
-
IN_OUT_W_RTE_S_F
public static final DefaultSunSpecModel.S124 IN_OUT_W_RTE_S_F
-
-
Field Detail
-
impl
protected final SunSpecPoint.PointImpl impl
-
-
Method Detail
-
values
public static DefaultSunSpecModel.S124[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (DefaultSunSpecModel.S124 c : DefaultSunSpecModel.S124.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static DefaultSunSpecModel.S124 valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
get
public SunSpecPoint.PointImpl get()
Description copied from interface:SunSpecPoint
The internal PointImpl object for easier handling in Enums.- Specified by:
get
in interfaceSunSpecPoint
- Returns:
- the internal PointImpl
-
-