Uses of Class
org.robovm.apple.foundation.NSMassFormatterUnit
| Package | Description |
|---|---|
| org.robovm.apple.foundation | |
| org.robovm.apple.healthkit |
-
Uses of NSMassFormatterUnit in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSMassFormatterUnit Modifier and Type Method Description static NSMassFormatterUnitNSMassFormatterUnit. valueOf(long n)Returns the enum constant of this type with the specified name.static NSMassFormatterUnitNSMassFormatterUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static NSMassFormatterUnit[]NSMassFormatterUnit. 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 NSMassFormatterUnit Modifier and Type Method Description StringNSMassFormatter. format(double value, NSMassFormatterUnit unit)StringNSMassFormatter. formatUnit(double value, NSMassFormatterUnit unit) -
Uses of NSMassFormatterUnit in org.robovm.apple.healthkit
Methods in org.robovm.apple.healthkit that return NSMassFormatterUnit Modifier and Type Method Description static NSMassFormatterUnitHKUnit. createMassFormatterUnit(HKUnit unit)Methods in org.robovm.apple.healthkit with parameters of type NSMassFormatterUnit Modifier and Type Method Description static HKUnitHKUnit. fromMassFormatterUnit(NSMassFormatterUnit massFormatterUnit)