Uses of Enum Class
org.tquadrat.foundation.value.Length
Packages that use Length
-
Uses of Length in org.tquadrat.foundation.value
Subclasses with type arguments of type Length in org.tquadrat.foundation.valueModifier and TypeClassDescriptionenumThe various instances of length …final classA value class for lengths.classThe implementation ofStringConverterforLengthValueinstances.Methods in org.tquadrat.foundation.value that return LengthModifier and TypeMethodDescriptionfinal LengthLength.baseUnit()static final LengthReturns theLengthinstance for the given unit symbol.protected LengthLengthValueStringConverter.unitFromSymbol(String 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) 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.<N extends Number>LengthValue(Length dimension, N value) Creates a newLengthValueinstance.
