Uses of Class
org.robovm.apple.foundation.NSNumberFormatterBehavior
| Package | Description |
|---|---|
| org.robovm.apple.foundation |
-
Uses of NSNumberFormatterBehavior in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSNumberFormatterBehavior Modifier and Type Method Description static NSNumberFormatterBehaviorNSNumberFormatter. getDefaultFormatterBehavior()NSNumberFormatterBehaviorNSNumberFormatter. getFormatterBehavior()static NSNumberFormatterBehaviorNSNumberFormatterBehavior. valueOf(long n)Returns the enum constant of this type with the specified name.static NSNumberFormatterBehaviorNSNumberFormatterBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static NSNumberFormatterBehavior[]NSNumberFormatterBehavior. 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 NSNumberFormatterBehavior Modifier and Type Method Description static voidNSNumberFormatter. setDefaultFormatterBehavior(NSNumberFormatterBehavior behavior)voidNSNumberFormatter. setFormatterBehavior(NSNumberFormatterBehavior v)