Package apple.foundation.enums
Class NSEnergyFormatterUnit
- java.lang.Object
-
- apple.foundation.enums.NSEnergyFormatterUnit
-
public final class NSEnergyFormatterUnit extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longCaloriechemistry "calories", abbr "cal"static longJoulestatic longKilocaloriekilocalories in general, abbr “kcal”, or “C” in some locales (e.g.static longKilojoule
-
-
-
Field Detail
-
Joule
public static final long Joule
- See Also:
- Constant Field Values
-
Kilojoule
public static final long Kilojoule
- See Also:
- Constant Field Values
-
Calorie
public static final long Calorie
chemistry "calories", abbr "cal"- See Also:
- Constant Field Values
-
Kilocalorie
public static final long Kilocalorie
kilocalories in general, abbr “kcal”, or “C” in some locales (e.g. US) when usesFoodEnergy is set to YES- See Also:
- Constant Field Values
-
-