Uses of Enum Class
org.tquadrat.foundation.value.Mass
Packages that use Mass
-
Uses of Mass in org.tquadrat.foundation.value
Subclasses with type arguments of type Mass in org.tquadrat.foundation.valueModifier and TypeClassDescriptionenumThe various instances of masses and weights (although this is not really the same, from a physical or scientific point of view ...).final classA value class for weights and masses.classThe implementation ofStringConverterforMassValueinstances.Methods in org.tquadrat.foundation.value that return MassModifier and TypeMethodDescriptionfinal MassMass.baseUnit()static final MassReturns theWeightinstance for the given unit.protected MassMassValueStringConverter.unitFromSymbol(String 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) Constructors in org.tquadrat.foundation.value with parameters of type Mass
