Uses of Class
org.robovm.apple.corefoundation.CFNumberFormatterStyle
| Package | Description |
|---|---|
| org.robovm.apple.corefoundation |
-
Uses of CFNumberFormatterStyle in org.robovm.apple.corefoundation
Methods in org.robovm.apple.corefoundation that return CFNumberFormatterStyle Modifier and Type Method Description CFNumberFormatterStyleCFNumberFormatter. getStyle()static CFNumberFormatterStyleCFNumberFormatterStyle. valueOf(long n)Returns the enum constant of this type with the specified name.static CFNumberFormatterStyleCFNumberFormatterStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static CFNumberFormatterStyle[]CFNumberFormatterStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.corefoundation with parameters of type CFNumberFormatterStyle Modifier and Type Method Description static CFNumberFormatterCFNumberFormatter. create(CFAllocator allocator, CFLocale locale, CFNumberFormatterStyle style)static CFNumberFormatterCFNumberFormatter. create(CFLocale locale, CFNumberFormatterStyle style)