Enum DefaultSunSpecModel.S123
- java.lang.Object
-
- java.lang.Enum<DefaultSunSpecModel.S123>
-
- io.openems.edge.bridge.modbus.sunspec.DefaultSunSpecModel.S123
-
- All Implemented Interfaces:
SunSpecPoint
,java.io.Serializable
,java.lang.Comparable<DefaultSunSpecModel.S123>
- Enclosing class:
- DefaultSunSpecModel
public static enum DefaultSunSpecModel.S123 extends java.lang.Enum<DefaultSunSpecModel.S123> 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.S123
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DefaultSunSpecModel.S123[]
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
-
CONN_WIN_TMS
public static final DefaultSunSpecModel.S123 CONN_WIN_TMS
-
CONN_RVRT_TMS
public static final DefaultSunSpecModel.S123 CONN_RVRT_TMS
-
CONN
public static final DefaultSunSpecModel.S123 CONN
-
W_MAX_LIM_PCT
public static final DefaultSunSpecModel.S123 W_MAX_LIM_PCT
-
W_MAX_LIM_PCT_WIN_TMS
public static final DefaultSunSpecModel.S123 W_MAX_LIM_PCT_WIN_TMS
-
W_MAX_LIM_PCT_RVRT_TMS
public static final DefaultSunSpecModel.S123 W_MAX_LIM_PCT_RVRT_TMS
-
W_MAX_LIM_PCT_RMP_TMS
public static final DefaultSunSpecModel.S123 W_MAX_LIM_PCT_RMP_TMS
-
W_MAX_LIM_ENA
public static final DefaultSunSpecModel.S123 W_MAX_LIM_ENA
-
OUT_P_F_SET
public static final DefaultSunSpecModel.S123 OUT_P_F_SET
-
OUT_P_F_SET_WIN_TMS
public static final DefaultSunSpecModel.S123 OUT_P_F_SET_WIN_TMS
-
OUT_P_F_SET_RVRT_TMS
public static final DefaultSunSpecModel.S123 OUT_P_F_SET_RVRT_TMS
-
OUT_P_F_SET_RMP_TMS
public static final DefaultSunSpecModel.S123 OUT_P_F_SET_RMP_TMS
-
OUT_P_F_SET_ENA
public static final DefaultSunSpecModel.S123 OUT_P_F_SET_ENA
-
V_AR_W_MAX_PCT
public static final DefaultSunSpecModel.S123 V_AR_W_MAX_PCT
-
V_AR_MAX_PCT
public static final DefaultSunSpecModel.S123 V_AR_MAX_PCT
-
V_AR_AVAL_PCT
public static final DefaultSunSpecModel.S123 V_AR_AVAL_PCT
-
V_AR_PCT_WIN_TMS
public static final DefaultSunSpecModel.S123 V_AR_PCT_WIN_TMS
-
V_AR_PCT_RVRT_TMS
public static final DefaultSunSpecModel.S123 V_AR_PCT_RVRT_TMS
-
V_AR_PCT_RMP_TMS
public static final DefaultSunSpecModel.S123 V_AR_PCT_RMP_TMS
-
V_AR_PCT_MOD
public static final DefaultSunSpecModel.S123 V_AR_PCT_MOD
-
V_AR_PCT_ENA
public static final DefaultSunSpecModel.S123 V_AR_PCT_ENA
-
W_MAX_LIM_PCT_S_F
public static final DefaultSunSpecModel.S123 W_MAX_LIM_PCT_S_F
-
OUT_P_F_SET_S_F
public static final DefaultSunSpecModel.S123 OUT_P_F_SET_S_F
-
V_AR_PCT_S_F
public static final DefaultSunSpecModel.S123 V_AR_PCT_S_F
-
-
Field Detail
-
impl
protected final SunSpecPoint.PointImpl impl
-
-
Method Detail
-
values
public static DefaultSunSpecModel.S123[] 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.S123 c : DefaultSunSpecModel.S123.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.S123 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
-
-