Uses of Class
org.robovm.apple.foundation.NSLengthFormatterUnit
| Package | Description |
|---|---|
| org.robovm.apple.foundation | |
| org.robovm.apple.healthkit |
-
Uses of NSLengthFormatterUnit in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSLengthFormatterUnit Modifier and Type Method Description static NSLengthFormatterUnitNSLengthFormatterUnit. valueOf(long n)Returns the enum constant of this type with the specified name.static NSLengthFormatterUnitNSLengthFormatterUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static NSLengthFormatterUnit[]NSLengthFormatterUnit. 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 NSLengthFormatterUnit Modifier and Type Method Description StringNSLengthFormatter. format(double value, NSLengthFormatterUnit unit)StringNSLengthFormatter. formatUnit(double value, NSLengthFormatterUnit unit) -
Uses of NSLengthFormatterUnit in org.robovm.apple.healthkit
Methods in org.robovm.apple.healthkit that return NSLengthFormatterUnit Modifier and Type Method Description static NSLengthFormatterUnitHKUnit. createLengthFormatterUnit(HKUnit unit)Methods in org.robovm.apple.healthkit with parameters of type NSLengthFormatterUnit Modifier and Type Method Description static HKUnitHKUnit. fromLengthFormatterUnit(NSLengthFormatterUnit lengthFormatterUnit)