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 Length
Length.baseUnit()
Returns the base unit.static final Length
Returns theLength
instance for the given unit symbol.protected Length
LengthValueStringConverter.unitFromSymbol
(String symbol) Determines the unit instance from the given unit symbol.static Length
Returns 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 LengthValue
LengthValueStringConverter.createValue
(BigDecimal number, Length dimension) Creates an instance ofDimensionedValue
from the given arguments.Constructors in org.tquadrat.foundation.value with parameters of type LengthModifierConstructorDescriptionLengthValue
(Length dimension, String value) Creates a newLengthValue
instance.LengthValue
(Length dimension, BigDecimal value) Creates a newLengthValue
instance.LengthValue
(Length dimension, N value) Creates a newLengthValue
instance.