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.UnitParse the size string to appropriate unit.static Size.UnitReturns 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 SizeCreate a new size from amount and unit.static SizeSize.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.