Enum Class EssFeneconCommercial40.PowerDecreaseCausedByOvertemperatureChannelId
java.lang.Object
java.lang.Enum<EssFeneconCommercial40.PowerDecreaseCausedByOvertemperatureChannelId>
io.openems.edge.ess.fenecon.commercial40.EssFeneconCommercial40.PowerDecreaseCausedByOvertemperatureChannelId
- All Implemented Interfaces:
ChannelId
,Serializable
,Comparable<EssFeneconCommercial40.PowerDecreaseCausedByOvertemperatureChannelId>
,Constable
- Enclosing interface:
- EssFeneconCommercial40
public static enum EssFeneconCommercial40.PowerDecreaseCausedByOvertemperatureChannelId
extends Enum<EssFeneconCommercial40.PowerDecreaseCausedByOvertemperatureChannelId>
implements ChannelId
Source-Channels for
EssFeneconCommercial40.ChannelId.POWER_DECREASE_CAUSED_BY_OVERTEMPERATURE
.-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface io.openems.edge.common.channel.ChannelId
ChannelId.ChannelIdImpl
-
Enum Constant Summary
Enum Constants -
Method Summary
-
Enum Constant Details
-
STATE_105
-
STATE_131
-
STATE_132
-
STATE_133
-
STATE_134
-
STATE_135
-
STATE_136
-
STATE_137
-
STATE_138
-
STATE_139
-
STATE_140
-
STATE_141
-
STATE_142
-
STATE_143
-
STATE_144
-
STATE_145
-
STATE_146
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
public static EssFeneconCommercial40.PowerDecreaseCausedByOvertemperatureChannelId valueOf(String name) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
doc
Description copied from interface:ChannelId
Gets the Channel Doc for this ChannelId.
-