public interface _TemperatureOperationsNC
IObject implementation and as such does
 not have an ID value. Instead, the entire object is embedded
 into the containing class, so that the value and unit rows
 can be found on the table itself (e.g. imagingEnvironment.temperature
 and imagingEnvironment.temperatureUnit).| Modifier and Type | Method and Description | 
|---|---|
| Temperature | copy() | 
| java.lang.String | getSymbol()Returns the possibly unicode representation of the ""unit""
 value for display. | 
| UnitsTemperature | getUnit()UnitsTemperatureinstance which is anIObjectmeaning that its ID is sufficient for identifying equality. | 
| double | getValue()Actual value for this unit-based field. | 
| void | setUnit(UnitsTemperature unit) | 
| void | setValue(double value) | 
double getValue()
UnitsTemperature enum.void setValue(double value)
UnitsTemperature getUnit()
UnitsTemperature instance which is an
 IObject
 meaning that its ID is sufficient for identifying equality.void setUnit(UnitsTemperature unit)
java.lang.String getSymbol()
Temperature copy()