Enum Class SoltaroCluster.ChannelId
java.lang.Object
java.lang.Enum<SoltaroCluster.ChannelId>
io.openems.edge.battery.soltaro.cluster.SoltaroCluster.ChannelId
- All Implemented Interfaces:
ChannelId
,Serializable
,Comparable<SoltaroCluster.ChannelId>
,Constable
- Enclosing interface:
- SoltaroCluster
public static enum SoltaroCluster.ChannelId
extends Enum<SoltaroCluster.ChannelId>
implements ChannelId
-
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 ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptiondoc()
Gets the Channel Doc for this ChannelId.static SoltaroCluster.ChannelId
Returns the enum constant of this class with the specified name.static SoltaroCluster.ChannelId[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CLUSTER_START_STOP
-
RACK_1_USAGE
-
RACK_2_USAGE
-
RACK_3_USAGE
-
RACK_4_USAGE
-
RACK_5_USAGE
-
SYSTEM_RUNNING_STATE
-
CHARGE_INDICATION
-
SYSTEM_INSULATION
-
SUB_MASTER_1_COMMUNICATION_FAILURE
-
SUB_MASTER_2_COMMUNICATION_FAILURE
-
SUB_MASTER_3_COMMUNICATION_FAILURE
-
SUB_MASTER_4_COMMUNICATION_FAILURE
-
SUB_MASTER_5_COMMUNICATION_FAILURE
-
-
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
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.
-