Enum DefaultSunSpecModel.S802
- java.lang.Object
-
- java.lang.Enum<DefaultSunSpecModel.S802>
-
- io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S802
-
- All Implemented Interfaces:
SunSpecPoint
,java.io.Serializable
,java.lang.Comparable<DefaultSunSpecModel.S802>
- Enclosing class:
- DefaultSunSpecModel
public static enum DefaultSunSpecModel.S802 extends java.lang.Enum<DefaultSunSpecModel.S802> 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.S802
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DefaultSunSpecModel.S802[]
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
-
A_H_RTG
public static final DefaultSunSpecModel.S802 A_H_RTG
-
W_H_RTG
public static final DefaultSunSpecModel.S802 W_H_RTG
-
W_CHA_RTE_MAX
public static final DefaultSunSpecModel.S802 W_CHA_RTE_MAX
-
W_DIS_CHA_RTE_MAX
public static final DefaultSunSpecModel.S802 W_DIS_CHA_RTE_MAX
-
DIS_CHA_RTE
public static final DefaultSunSpecModel.S802 DIS_CHA_RTE
-
SO_C_MAX
public static final DefaultSunSpecModel.S802 SO_C_MAX
-
SO_C_MIN
public static final DefaultSunSpecModel.S802 SO_C_MIN
-
SOC_RSV_MAX
public static final DefaultSunSpecModel.S802 SOC_RSV_MAX
-
SO_C_RSV_MIN
public static final DefaultSunSpecModel.S802 SO_C_RSV_MIN
-
SO_C
public static final DefaultSunSpecModel.S802 SO_C
-
DO_D
public static final DefaultSunSpecModel.S802 DO_D
-
SO_H
public static final DefaultSunSpecModel.S802 SO_H
-
N_CYC
public static final DefaultSunSpecModel.S802 N_CYC
-
CHA_ST
public static final DefaultSunSpecModel.S802 CHA_ST
-
LOC_REM_CTL
public static final DefaultSunSpecModel.S802 LOC_REM_CTL
-
HB
public static final DefaultSunSpecModel.S802 HB
-
CTRL_HB
public static final DefaultSunSpecModel.S802 CTRL_HB
-
ALM_RST
public static final DefaultSunSpecModel.S802 ALM_RST
-
TYP
public static final DefaultSunSpecModel.S802 TYP
-
STATE
public static final DefaultSunSpecModel.S802 STATE
-
STATE_VND
public static final DefaultSunSpecModel.S802 STATE_VND
-
WARR_DT
public static final DefaultSunSpecModel.S802 WARR_DT
-
EVT1
public static final DefaultSunSpecModel.S802 EVT1
-
EVT2
public static final DefaultSunSpecModel.S802 EVT2
-
EVT_VND1
public static final DefaultSunSpecModel.S802 EVT_VND1
-
EVT_VND2
public static final DefaultSunSpecModel.S802 EVT_VND2
-
V
public static final DefaultSunSpecModel.S802 V
-
V_MAX
public static final DefaultSunSpecModel.S802 V_MAX
-
V_MIN
public static final DefaultSunSpecModel.S802 V_MIN
-
CELL_V_MAX
public static final DefaultSunSpecModel.S802 CELL_V_MAX
-
CELL_V_MAX_STR
public static final DefaultSunSpecModel.S802 CELL_V_MAX_STR
-
CELL_V_MAX_MOD
public static final DefaultSunSpecModel.S802 CELL_V_MAX_MOD
-
CELL_V_MIN
public static final DefaultSunSpecModel.S802 CELL_V_MIN
-
CELL_V_MIN_STR
public static final DefaultSunSpecModel.S802 CELL_V_MIN_STR
-
CELL_V_MIN_MOD
public static final DefaultSunSpecModel.S802 CELL_V_MIN_MOD
-
CELL_V_AVG
public static final DefaultSunSpecModel.S802 CELL_V_AVG
-
A
public static final DefaultSunSpecModel.S802 A
-
A_CHA_MAX
public static final DefaultSunSpecModel.S802 A_CHA_MAX
-
A_DIS_CHA_MAX
public static final DefaultSunSpecModel.S802 A_DIS_CHA_MAX
-
W
public static final DefaultSunSpecModel.S802 W
-
REQ_INV_STATE
public static final DefaultSunSpecModel.S802 REQ_INV_STATE
-
REQ_W
public static final DefaultSunSpecModel.S802 REQ_W
-
SET_OP
public static final DefaultSunSpecModel.S802 SET_OP
-
SET_INV_STATE
public static final DefaultSunSpecModel.S802 SET_INV_STATE
-
A_H_RTG_S_F
public static final DefaultSunSpecModel.S802 A_H_RTG_S_F
-
W_H_RTG_S_F
public static final DefaultSunSpecModel.S802 W_H_RTG_S_F
-
W_CHA_DIS_CHA_MAX_S_F
public static final DefaultSunSpecModel.S802 W_CHA_DIS_CHA_MAX_S_F
-
DIS_CHA_RTE_S_F
public static final DefaultSunSpecModel.S802 DIS_CHA_RTE_S_F
-
SO_C_S_F
public static final DefaultSunSpecModel.S802 SO_C_S_F
-
DO_D_S_F
public static final DefaultSunSpecModel.S802 DO_D_S_F
-
SO_H_S_F
public static final DefaultSunSpecModel.S802 SO_H_S_F
-
V_SF
public static final DefaultSunSpecModel.S802 V_SF
-
CELL_V_S_F
public static final DefaultSunSpecModel.S802 CELL_V_S_F
-
A_SF
public static final DefaultSunSpecModel.S802 A_SF
-
A_MAX_S_F
public static final DefaultSunSpecModel.S802 A_MAX_S_F
-
W_SF
public static final DefaultSunSpecModel.S802 W_SF
-
-
Field Detail
-
impl
protected final SunSpecPoint.PointImpl impl
-
-
Method Detail
-
values
public static DefaultSunSpecModel.S802[] 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.S802 c : DefaultSunSpecModel.S802.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.S802 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
-
-