Package org.openwebnet4j.message
Enum Thermoregulation.WhatThermo
- java.lang.Object
-
- java.lang.Enum<Thermoregulation.WhatThermo>
-
- org.openwebnet4j.message.Thermoregulation.WhatThermo
-
- All Implemented Interfaces:
Serializable
,Comparable<Thermoregulation.WhatThermo>
,What
- Enclosing class:
- Thermoregulation
public static enum Thermoregulation.WhatThermo extends Enum<Thermoregulation.WhatThermo> implements What
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CONDITIONING
GENERIC
HEATING
MANUAL_CONDITIONING
MANUAL_GENERIC
MANUAL_HEATING
OFF_CONDITIONING
OFF_GENERIC
OFF_HEATING
PROTECTION_CONDITIONING
PROTECTION_GENERIC
PROTECTION_HEATING
-
Field Summary
-
Fields inherited from interface org.openwebnet4j.message.What
WHAT_COMMAND_TRANSLATION
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Thermoregulation.WhatThermo
fromValue(int i)
Thermoregulation.Function
function()
Thermoregulation.OperationMode
mode()
Integer
value()
static Thermoregulation.WhatThermo
valueOf(String name)
Returns the enum constant of this type with the specified name.static Thermoregulation.WhatThermo[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
CONDITIONING
public static final Thermoregulation.WhatThermo CONDITIONING
-
HEATING
public static final Thermoregulation.WhatThermo HEATING
-
GENERIC
public static final Thermoregulation.WhatThermo GENERIC
-
PROTECTION_HEATING
public static final Thermoregulation.WhatThermo PROTECTION_HEATING
-
PROTECTION_CONDITIONING
public static final Thermoregulation.WhatThermo PROTECTION_CONDITIONING
-
PROTECTION_GENERIC
public static final Thermoregulation.WhatThermo PROTECTION_GENERIC
-
OFF_HEATING
public static final Thermoregulation.WhatThermo OFF_HEATING
-
OFF_CONDITIONING
public static final Thermoregulation.WhatThermo OFF_CONDITIONING
-
OFF_GENERIC
public static final Thermoregulation.WhatThermo OFF_GENERIC
-
MANUAL_HEATING
public static final Thermoregulation.WhatThermo MANUAL_HEATING
-
MANUAL_CONDITIONING
public static final Thermoregulation.WhatThermo MANUAL_CONDITIONING
-
MANUAL_GENERIC
public static final Thermoregulation.WhatThermo MANUAL_GENERIC
-
-
Method Detail
-
values
public static Thermoregulation.WhatThermo[] 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 (Thermoregulation.WhatThermo c : Thermoregulation.WhatThermo.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Thermoregulation.WhatThermo valueOf(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:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
fromValue
public static Thermoregulation.WhatThermo fromValue(int i)
-
function
public Thermoregulation.Function function()
-
mode
public Thermoregulation.OperationMode mode()
-
-