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_VALIDATOR
The validator for areas.Methods in org.tquadrat.foundation.value that return AreaModifier and TypeMethodDescriptionfinal Area
Area.baseUnit()
Returns the base unit.static final Area
Returns theArea
instance for the given unit symbol.protected Area
AreaValueStringConverter.unitFromSymbol
(String symbol) Determines the unit instance from the given unit symbol.static Area
Returns 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 AreaValue
AreaValueStringConverter.createValue
(BigDecimal number, Area dimension) Creates an instance ofDimensionedValue
from the given arguments.Constructors in org.tquadrat.foundation.value with parameters of type AreaModifierConstructorDescriptionCreates a newAreaValue
instance.AreaValue
(Area dimension, BigDecimal value) Creates a newAreaValue
instance.Creates a newAreaValue
instance.AreaValue
(Area dimension, LengthValue length, LengthValue width) Creates a newAreaValue
instance.