Uses of Enum Class
io.helidon.common.Size.UnitKind
Packages that use Size.UnitKind
-
Uses of Size.UnitKind in io.helidon.common
Methods in io.helidon.common that return Size.UnitKindModifier and TypeMethodDescriptionstatic Size.UnitKind
Returns the enum constant of this class with the specified name.static Size.UnitKind[]
Size.UnitKind.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.UnitKindModifier and TypeMethodDescriptionSize.toString
(Size.UnitKind unitKind) Get the highest possible unit of the size with integer amount.Size.toString
(Size.Unit unit, Size.UnitKind unitKind) Get the amount in the provided unit as a decimal number if needed.