Enum EssFeneconCommercial40.PowerDecreaseCausedByOvertemperatureChannelId
- java.lang.Object
-
- java.lang.Enum<EssFeneconCommercial40.PowerDecreaseCausedByOvertemperatureChannelId>
-
- io.openems.edge.ess.fenecon.commercial40.EssFeneconCommercial40.PowerDecreaseCausedByOvertemperatureChannelId
-
- All Implemented Interfaces:
ChannelId
,java.io.Serializable
,java.lang.Comparable<EssFeneconCommercial40.PowerDecreaseCausedByOvertemperatureChannelId>
- Enclosing interface:
- EssFeneconCommercial40
public static enum EssFeneconCommercial40.PowerDecreaseCausedByOvertemperatureChannelId extends java.lang.Enum<EssFeneconCommercial40.PowerDecreaseCausedByOvertemperatureChannelId> implements ChannelId
Source-Channels forEssFeneconCommercial40.ChannelId.POWER_DECREASE_CAUSED_BY_OVERTEMPERATURE
.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Doc
doc()
Gets the Channel Doc for this ChannelId.static EssFeneconCommercial40.PowerDecreaseCausedByOvertemperatureChannelId
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EssFeneconCommercial40.PowerDecreaseCausedByOvertemperatureChannelId[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
STATE_105
public static final EssFeneconCommercial40.PowerDecreaseCausedByOvertemperatureChannelId STATE_105
-
STATE_131
public static final EssFeneconCommercial40.PowerDecreaseCausedByOvertemperatureChannelId STATE_131
-
STATE_132
public static final EssFeneconCommercial40.PowerDecreaseCausedByOvertemperatureChannelId STATE_132
-
STATE_133
public static final EssFeneconCommercial40.PowerDecreaseCausedByOvertemperatureChannelId STATE_133
-
STATE_134
public static final EssFeneconCommercial40.PowerDecreaseCausedByOvertemperatureChannelId STATE_134
-
STATE_135
public static final EssFeneconCommercial40.PowerDecreaseCausedByOvertemperatureChannelId STATE_135
-
STATE_136
public static final EssFeneconCommercial40.PowerDecreaseCausedByOvertemperatureChannelId STATE_136
-
STATE_137
public static final EssFeneconCommercial40.PowerDecreaseCausedByOvertemperatureChannelId STATE_137
-
STATE_138
public static final EssFeneconCommercial40.PowerDecreaseCausedByOvertemperatureChannelId STATE_138
-
STATE_139
public static final EssFeneconCommercial40.PowerDecreaseCausedByOvertemperatureChannelId STATE_139
-
STATE_140
public static final EssFeneconCommercial40.PowerDecreaseCausedByOvertemperatureChannelId STATE_140
-
STATE_141
public static final EssFeneconCommercial40.PowerDecreaseCausedByOvertemperatureChannelId STATE_141
-
STATE_142
public static final EssFeneconCommercial40.PowerDecreaseCausedByOvertemperatureChannelId STATE_142
-
STATE_143
public static final EssFeneconCommercial40.PowerDecreaseCausedByOvertemperatureChannelId STATE_143
-
STATE_144
public static final EssFeneconCommercial40.PowerDecreaseCausedByOvertemperatureChannelId STATE_144
-
STATE_145
public static final EssFeneconCommercial40.PowerDecreaseCausedByOvertemperatureChannelId STATE_145
-
STATE_146
public static final EssFeneconCommercial40.PowerDecreaseCausedByOvertemperatureChannelId STATE_146
-
-
Method Detail
-
values
public static EssFeneconCommercial40.PowerDecreaseCausedByOvertemperatureChannelId[] 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 (EssFeneconCommercial40.PowerDecreaseCausedByOvertemperatureChannelId c : EssFeneconCommercial40.PowerDecreaseCausedByOvertemperatureChannelId.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static EssFeneconCommercial40.PowerDecreaseCausedByOvertemperatureChannelId 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
-
-