js.dev.cam.sbig
Enum TEMPERATURE_REGULATION
java.lang.Object
java.lang.Enum<TEMPERATURE_REGULATION>
js.dev.cam.sbig.TEMPERATURE_REGULATION
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<TEMPERATURE_REGULATION>
public enum TEMPERATURE_REGULATION
- extends java.lang.Enum<TEMPERATURE_REGULATION>
Methods inherited from class java.lang.Enum |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
REGULATION_OFF
public static final TEMPERATURE_REGULATION REGULATION_OFF
REGULATION_ON
public static final TEMPERATURE_REGULATION REGULATION_ON
REGULATION_OVERRIDE
public static final TEMPERATURE_REGULATION REGULATION_OVERRIDE
REGULATION_FREEZE
public static final TEMPERATURE_REGULATION REGULATION_FREEZE
REGULATION_UNFREEZE
public static final TEMPERATURE_REGULATION REGULATION_UNFREEZE
REGULATION_ENABLE_AUTOFREEZE
public static final TEMPERATURE_REGULATION REGULATION_ENABLE_AUTOFREEZE
REGULATION_DISABLE_AUTOFREEZE
public static final TEMPERATURE_REGULATION REGULATION_DISABLE_AUTOFREEZE
values
public static TEMPERATURE_REGULATION[] 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 (TEMPERATURE_REGULATION c : TEMPERATURE_REGULATION.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static TEMPERATURE_REGULATION 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 name
java.lang.NullPointerException
- if the argument is null
getTemperatureRegulation
public int getTemperatureRegulation()
- Returns:
- the temperatureRegulation.