Uses of Enum Class
io.helidon.common.Size.Unit
Packages that use Size.Unit
-
Uses of Size.Unit in io.helidon.common
Methods in io.helidon.common that return Size.UnitModifier and TypeMethodDescriptionstatic Size.Unit
Parse the size string to appropriate unit.static Size.Unit
Returns the enum constant of this class with the specified name.static Size.Unit[]
Size.Unit.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.common with parameters of type Size.UnitModifier and TypeMethodDescriptionstatic Size
Create a new size from amount and unit.static Size
Size.create
(BigDecimal amount, Size.Unit unit) Create a new size from amount and unit.Amount of units in this size.Size.toString
(Size.Unit unit, Size.UnitKind unitKind) Get the amount in the provided unit as a decimal number if needed.