Uses of Class
org.robovm.apple.corefoundation.CFNumberType
| Package | Description |
|---|---|
| org.robovm.apple.corefoundation |
-
Uses of CFNumberType in org.robovm.apple.corefoundation
Methods in org.robovm.apple.corefoundation that return CFNumberType Modifier and Type Method Description CFNumberTypeCFNumber. getType()static CFNumberTypeCFNumberType. valueOf(long n)Returns the enum constant of this type with the specified name.static CFNumberTypeCFNumberType. valueOf(String name)Returns the enum constant of this type with the specified name.static CFNumberType[]CFNumberType. 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 CFNumberType Modifier and Type Method Description protected static StringCFNumberFormatter. formatValue(CFAllocator allocator, CFNumberFormatter formatter, CFNumberType numberType, VoidPtr valuePtr)protected booleanCFNumberFormatter. parseValue(String string, CFRange rangep, CFNumberType numberType, VoidPtr valuePtr)