Uses of Class
org.robovm.apple.foundation.NSEnergyFormatterUnit
| Package | Description |
|---|---|
| org.robovm.apple.foundation | |
| org.robovm.apple.healthkit |
-
Uses of NSEnergyFormatterUnit in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSEnergyFormatterUnit Modifier and Type Method Description static NSEnergyFormatterUnitNSEnergyFormatterUnit. valueOf(long n)Returns the enum constant of this type with the specified name.static NSEnergyFormatterUnitNSEnergyFormatterUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static NSEnergyFormatterUnit[]NSEnergyFormatterUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.foundation with parameters of type NSEnergyFormatterUnit Modifier and Type Method Description StringNSEnergyFormatter. format(double value, NSEnergyFormatterUnit unit)StringNSEnergyFormatter. formatUnit(double value, NSEnergyFormatterUnit unit) -
Uses of NSEnergyFormatterUnit in org.robovm.apple.healthkit
Methods in org.robovm.apple.healthkit that return NSEnergyFormatterUnit Modifier and Type Method Description static NSEnergyFormatterUnitHKUnit. createEnergyFormatterUnit(HKUnit unit)Methods in org.robovm.apple.healthkit with parameters of type NSEnergyFormatterUnit Modifier and Type Method Description static HKUnitHKUnit. fromEnergyFormatterUnit(NSEnergyFormatterUnit energyFormatterUnit)