This enum represents various units that a numeric or date attribute can measure. Many of these need to be formatted differently in the client to provide an optimal user experience.
Note that Shibumi does not provide any automatic conversion between these units; these values are used for display and formatting purposes only.
Numeric
Value | Description | Display |
---|---|---|
number |
There is no unit; the value is a bare number. | 45 |
percentage |
The value is a percentage. | 45% |
Currency
Value | Currency | Display |
---|---|---|
dollars |
United States Dollars | $45 |
euros |
Euros | €45 |
pounds |
British Pounds | £45 |
yen |
Japanese Yen | ¥45 |
australianDollars |
Australian Dollars | $45 |
brazilianReais |
Brazilian Real | R$45 |
southAfricanRand |
South African Rand | R45 |
swissFranc |
Swiss Franc | CHF45 |
Time
Value |
---|
years |
months |
weeks |
weekdays |
days |
hours |
minutes |
seconds |