Uses of Enum Class
org.tquadrat.foundation.value.Mass
Packages that use Mass
-
Uses of Mass in org.tquadrat.foundation.value
Methods in org.tquadrat.foundation.value that return MassModifier and TypeMethodDescriptionfinal Mass
Mass.baseUnit()
Returns the base unit.static final Mass
Returns theWeight
instance for the given unit.protected Mass
MassValueStringConverter.unitFromSymbol
(String symbol) Determines the unit instance from the given unit symbol.static Mass
Returns the enum constant of this class with the specified name.static Mass[]
Mass.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tquadrat.foundation.value with parameters of type MassModifier and TypeMethodDescriptionprotected final MassValue
MassValueStringConverter.createValue
(BigDecimal number, Mass dimension) Creates an instance ofDimensionedValue
from the given arguments.Constructors in org.tquadrat.foundation.value with parameters of type Mass