Uses of Class
js.dev.cam.sbig.TEMPERATURE_REGULATION

Packages that use TEMPERATURE_REGULATION
js.dev.cam.sbig   
 

Uses of TEMPERATURE_REGULATION in js.dev.cam.sbig
 

Methods in js.dev.cam.sbig that return TEMPERATURE_REGULATION
 TEMPERATURE_REGULATION SetTemperatureRegulationParams.getRegulation()
           
static TEMPERATURE_REGULATION TEMPERATURE_REGULATION.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TEMPERATURE_REGULATION[] TEMPERATURE_REGULATION.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in js.dev.cam.sbig with parameters of type TEMPERATURE_REGULATION
 void SetTemperatureRegulationParams.setRegulation(TEMPERATURE_REGULATION regulation)
           
 

Constructors in js.dev.cam.sbig with parameters of type TEMPERATURE_REGULATION
SetTemperatureRegulationParams(TEMPERATURE_REGULATION temperatureRegulation, double temperature)
          Constructor.