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 MassMass.baseUnit()Returns the base unit.static final MassReturns theWeightinstance for the given unit.protected MassMassValueStringConverter.unitFromSymbol(String symbol) Determines the unit instance from the given unit symbol.static MassReturns 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 MassValueMassValueStringConverter.createValue(BigDecimal number, Mass dimension) Creates an instance ofDimensionedValuefrom the given arguments.Constructors in org.tquadrat.foundation.value with parameters of type Mass
