Uses of Class
org.robovm.apple.foundation.NSFormattingUnitStyle
| Package | Description |
|---|---|
| org.robovm.apple.foundation |
-
Uses of NSFormattingUnitStyle in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSFormattingUnitStyle Modifier and Type Method Description NSFormattingUnitStyleNSEnergyFormatter. getUnitStyle()NSFormattingUnitStyleNSLengthFormatter. getUnitStyle()NSFormattingUnitStyleNSMassFormatter. getUnitStyle()NSFormattingUnitStyleNSMeasurementFormatter. getUnitStyle()static NSFormattingUnitStyleNSFormattingUnitStyle. valueOf(long n)Returns the enum constant of this type with the specified name.static NSFormattingUnitStyleNSFormattingUnitStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static NSFormattingUnitStyle[]NSFormattingUnitStyle. 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 NSFormattingUnitStyle Modifier and Type Method Description voidNSEnergyFormatter. setUnitStyle(NSFormattingUnitStyle v)voidNSLengthFormatter. setUnitStyle(NSFormattingUnitStyle v)voidNSMassFormatter. setUnitStyle(NSFormattingUnitStyle v)voidNSMeasurementFormatter. setUnitStyle(NSFormattingUnitStyle v)