public class FluidTemperatureProperty extends IntProperty
Default value is approximately the real-life room temperature of water in degrees Kelvin, otherwise known as 300K.
Property.Operatoroperator, value| Constructor and Description | 
|---|
| FluidTemperatureProperty(int value)Creates a new  FluidTemperaturePropertywith the desired temperature. | 
| FluidTemperatureProperty(int value,
                        Property.Operator operator)Creates a new  FluidTemperaturePropertywith the desired temperature
 andProperty.Operatorfor comparisons. | 
compareToequals, getDefaultKey, getDefaultOperator, getKey, getOperator, getValue, hashCode, hashCodeOf, matches, toStringpublic FluidTemperatureProperty(int value)
FluidTemperatureProperty with the desired temperature.value - The temperaturepublic FluidTemperatureProperty(int value,
                                Property.Operator operator)
FluidTemperatureProperty with the desired temperature
 and Property.Operator for comparisons.value - The temperatureoperator - The operator