Enum Class TimeOfUseTariffDischarge.ChannelId
java.lang.Object
java.lang.Enum<TimeOfUseTariffDischarge.ChannelId>
io.openems.edge.controller.ess.timeofusetariff.discharge.TimeOfUseTariffDischarge.ChannelId
- All Implemented Interfaces:
ChannelId
,Serializable
,Comparable<TimeOfUseTariffDischarge.ChannelId>
,Constable
- Enclosing interface:
- TimeOfUseTariffDischarge
public static enum TimeOfUseTariffDischarge.ChannelId
extends Enum<TimeOfUseTariffDischarge.ChannelId>
implements ChannelId
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAggregated seconds when storage is blocked for discharge.Current state of the Time of use tariff discharge controller. -
Method Summary
Modifier and TypeMethodDescriptiondoc()
Gets the Channel Doc for this ChannelId.Returns the enum constant of this class with the specified name.static TimeOfUseTariffDischarge.ChannelId[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
STATE_MACHINE
Current state of the Time of use tariff discharge controller. -
DELAYED_TIME
Aggregated seconds when storage is blocked for discharge. -
DELAYED
-
TARGET_HOURS_IS_EMPTY
-
QUATERLY_PRICES_TAKEN
-
TARGET_HOURS_CALCULATED
-
TOTAL_CONSUMPTION
-
QUARTERLY_PRICES
-
REMAINING_CONSUMPTION
-
TARGET_HOURS
-
AVAILABLE_CAPACITY
-
USABLE_CAPACITY
-
PRO_MORE_THAN_CON_ACTUAL
-
PRO_MORE_THAN_CON_SET
-
PRO_LESS_THAN_CON
-
PREDICTED_PRODUCTION
-
PREDICTED_CONSUMPTION
-
MIN_SOC
-
PREDICTED_SOC_WITHOUT_LOGIC
-
-
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.
-