Class Temperatures
java.lang.Object
overit.geocall.util.measure.Measure
overit.geocall.util.measure.temperatures.Temperatures
- All Implemented Interfaces:
Serializable
List of managed unit measurement that belongs to the temperatures category.
The surveyed units of measurement are:
The surveyed units of measurement are:
- kelvin (see
KELVIN) - celsius (see
CELSIUS) - fahrenheit (see
FAHRENHEIT)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Temperaturesstatic final Temperaturesstatic final Temperatures -
Method Summary
Modifier and TypeMethodDescriptiongetAlias()Gets the alias name of the unit of measurementGets the class in which the conversion functions, from/to other units of measurement, are implemented.Gets the symbol associated to the unit measurement.
For example, kilometers have the "km" symbol, miles have the "mi" symbol and so on.
-
Field Details
-
KELVIN
-
CELSIUS
-
FAHRENHEIT
-
-
Method Details
-
getSymbol
Description copied from class:MeasureGets the symbol associated to the unit measurement.
For example, kilometers have the "km" symbol, miles have the "mi" symbol and so on. -
getConverterClass
Description copied from class:MeasureGets the class in which the conversion functions, from/to other units of measurement, are implemented.- Specified by:
getConverterClassin classMeasure- Returns:
- The class in which the conversion functions, from/to other units of measurement, are implemented.
-
getAlias
Description copied from class:MeasureGets the alias name of the unit of measurement
-