Uses of Enum Class
org.tquadrat.foundation.value.Area
Packages that use Area
-
Uses of Area in org.tquadrat.foundation.value
Subclasses with type arguments of type Area in org.tquadrat.foundation.valueModifier and TypeClassDescriptionenumThe various instances of area …final classA value class for areas.classThe implementation ofStringConverterforAreaValueinstances.Fields in org.tquadrat.foundation.value with type parameters of type AreaModifier and TypeFieldDescriptionprivate static final BiPredicate<Area, BigDecimal> AreaValue.AREA_VALIDATORThe validator for areas.Methods in org.tquadrat.foundation.value that return AreaModifier and TypeMethodDescriptionfinal AreaArea.baseUnit()static final AreaReturns theAreainstance for the given unit symbol.protected AreaAreaValueStringConverter.unitFromSymbol(String symbol) static AreaReturns the enum constant of this class with the specified name.static Area[]Area.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 AreaModifier and TypeMethodDescriptionprotected final AreaValueAreaValueStringConverter.createValue(BigDecimal number, Area dimension) Constructors in org.tquadrat.foundation.value with parameters of type AreaModifierConstructorDescriptionCreates a newAreaValueinstance.AreaValue(Area dimension, BigDecimal value) Creates a newAreaValueinstance.<N extends Number>Creates a newAreaValueinstance.AreaValue(Area dimension, LengthValue length, LengthValue width) Creates a newAreaValueinstance.
