js.dev.cam.sbig
Enum TEMPERATURE_REGULATION

java.lang.Object
  extended by java.lang.Enum<TEMPERATURE_REGULATION>
      extended by 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>


Enum Constant Summary
REGULATION_DISABLE_AUTOFREEZE
           
REGULATION_ENABLE_AUTOFREEZE
           
REGULATION_FREEZE
           
REGULATION_OFF
           
REGULATION_ON
           
REGULATION_OVERRIDE
           
REGULATION_UNFREEZE
           
 
Method Summary
 int getTemperatureRegulation()
           
static TEMPERATURE_REGULATION valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TEMPERATURE_REGULATION[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
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
 

Enum Constant Detail

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
Method Detail

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.