Class Weights
java.lang.Object
overit.geocall.util.measure.Measure
overit.geocall.util.measure.weights.Weights
- All Implemented Interfaces:
Serializable
List of managed unit measurement that belongs to the weights category.
The surveyed units of measurement are:
The surveyed units of measurement are:
- kilograms (see
KILOGRAMS) - grams (see
GRAMS) - centigrams (see
CENTIGRAMS) - milligrams (see
MILLIGRAMS) - stone (see
STONE) - pounds (see
POUNDS) - ounces (see
OUNCES)
- See Also:
-
Field Summary
Fields -
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
-
KILOGRAMS
-
GRAMS
-
CENTIGRAMS
-
MILLIGRAMS
-
STONE
-
POUNDS
-
OUNCES
-
-
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
-