Package org.robovm.apple.corefoundation
Class CFNumberFormatterProperty
java.lang.Object
org.robovm.rt.bro.GlobalValueSupplier<T>
org.robovm.apple.foundation.GlobalValueEnumeration<CFString>
org.robovm.apple.corefoundation.CFNumberFormatterProperty
public class CFNumberFormatterProperty extends GlobalValueEnumeration<CFString>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCFNumberFormatterProperty.AsListMarshalerstatic classCFNumberFormatterProperty.Marshalerstatic classCFNumberFormatterProperty.Values -
Field Summary
-
Method Summary
Modifier and Type Method Description static CFNumberFormatterPropertyvalueOf(CFString value)Methods inherited from class org.robovm.apple.foundation.GlobalValueEnumeration
equals, isAvailable, toString, value
-
Field Details
-
CurrencyCode
-
DecimalSeparator
-
CurrencyDecimalSeparator
-
AlwaysShowDecimalSeparator
-
GroupingSeparator
-
UseGroupingSeparator
-
PercentSymbol
-
ZeroSymbol
-
NaNSymbol
-
InfinitySymbol
-
MinusSign
-
PlusSign
-
CurrencySymbol
-
ExponentSymbol
-
MinIntegerDigits
-
MaxIntegerDigits
-
MinFractionDigits
-
MaxFractionDigits
-
GroupingSize
-
SecondaryGroupingSize
-
RoundingMode
-
RoundingIncrement
-
FormatWidth
-
PaddingPosition
-
PaddingCharacter
-
DefaultFormat
-
Multiplier
-
PositivePrefix
-
PositiveSuffix
-
NegativePrefix
-
NegativeSuffix
-
PerMillSymbol
-
InternationalCurrencySymbol
-
CurrencyGroupingSeparator
-
IsLenient
-
UseSignificantDigits
-
MinSignificantDigits
-
MaxSignificantDigits
-
-
Method Details