Uses of Enum Class
org.tquadrat.foundation.value.Area
Packages that use Area
-
Uses of Area in org.tquadrat.foundation.value
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()Returns the base unit.static final AreaReturns theAreainstance for the given unit symbol.protected AreaAreaValueStringConverter.unitFromSymbol(String symbol) Determines the unit instance from the given unit 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) Creates an instance ofDimensionedValuefrom the given arguments.Constructors in org.tquadrat.foundation.value with parameters of type AreaModifierConstructorDescriptionCreates a newAreaValueinstance.AreaValue(Area dimension, BigDecimal value) Creates a newAreaValueinstance.Creates a newAreaValueinstance.AreaValue(Area dimension, LengthValue length, LengthValue width) Creates a newAreaValueinstance.
