Enum Class ColumnScheme
- All Implemented Interfaces:
Serializable
,Comparable<ColumnScheme>
,Constable
Deprecated, for removal: This API element is subject to removal in a future version.
Yet supported column schemes in individual time series
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.static <V extends Value>
Optional<ColumnScheme>Deprecated, for removal: This API element is subject to removal in a future version.static Optional<ColumnScheme>
Deprecated, for removal: This API element is subject to removal in a future version.static ColumnScheme
Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static ColumnScheme[]
values()
Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ENERGY_PRICE
Deprecated, for removal: This API element is subject to removal in a future version. -
ACTIVE_POWER
Deprecated, for removal: This API element is subject to removal in a future version. -
APPARENT_POWER
Deprecated, for removal: This API element is subject to removal in a future version. -
HEAT_DEMAND
Deprecated, for removal: This API element is subject to removal in a future version. -
ACTIVE_POWER_AND_HEAT_DEMAND
Deprecated, for removal: This API element is subject to removal in a future version. -
APPARENT_POWER_AND_HEAT_DEMAND
Deprecated, for removal: This API element is subject to removal in a future version. -
WEATHER
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
values
Deprecated, for removal: This API element is subject to removal in a future version.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
Deprecated, for removal: This API element is subject to removal in a future version.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
-
getScheme
Deprecated, for removal: This API element is subject to removal in a future version. -
getValueClass
Deprecated, for removal: This API element is subject to removal in a future version. -
parse
Deprecated, for removal: This API element is subject to removal in a future version. -
parse
Deprecated, for removal: This API element is subject to removal in a future version.
-
ColumnScheme
instead