Uses of Enum Class
org.tquadrat.foundation.value.Length
Packages that use Length
-
Uses of Length in org.tquadrat.foundation.value
Methods in org.tquadrat.foundation.value that return LengthModifier and TypeMethodDescriptionfinal LengthLength.baseUnit()Returns the base unit.static final LengthReturns theLengthinstance for the given unit symbol.protected LengthLengthValueStringConverter.unitFromSymbol(String symbol) Determines the unit instance from the given unit symbol.static LengthReturns the enum constant of this class with the specified name.static Length[]Length.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 LengthModifier and TypeMethodDescriptionprotected final LengthValueLengthValueStringConverter.createValue(BigDecimal number, Length dimension) Creates an instance ofDimensionedValuefrom the given arguments.Constructors in org.tquadrat.foundation.value with parameters of type LengthModifierConstructorDescriptionLengthValue(Length dimension, String value) Creates a newLengthValueinstance.LengthValue(Length dimension, BigDecimal value) Creates a newLengthValueinstance.LengthValue(Length dimension, N value) Creates a newLengthValueinstance.
