Package org.openwms.core.units.converter
Class Units
java.lang.Object
org.openwms.core.units.converter.Units
A Units is a helper class to deal with units.
- Author:
- Heiko Scherrer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Collection
<BaseUnit<?>> static BigDecimal
getBigDecimalMagnitude
(Number magnitude) static Measurable
<?, ?, ?> getMeasurable
(String name) static Measurable
<?, ?, ?> getMeasurable
(String amount, String unit) static Measurable
<?, ?, ?> getMeasurable
(BigDecimal amount, String unit) static Measurable
<?, ?, ?> getMeasurable
(MeasurableString source) static Optional
<Measurable> getMeasurableOptional
(String name)
-
Constructor Details
-
Units
public Units()
-
-
Method Details
-
getAllUnits
-
getUnit
-
getBigDecimalMagnitude
-
getMeasurableOptional
-
getMeasurable
-
getMeasurable
-
getMeasurable
-
getMeasurable
-