Package org.robovm.apple.foundation
Class NSLocaleComponent
java.lang.Object
org.robovm.rt.bro.GlobalValueSupplier<T>
org.robovm.apple.foundation.GlobalValueEnumeration<NSString>
org.robovm.apple.foundation.NSLocaleComponent
public class NSLocaleComponent extends GlobalValueEnumeration<NSString>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNSLocaleComponent.AsListMarshalerstatic classNSLocaleComponent.Marshalerstatic classNSLocaleComponent.Values -
Field Summary
Fields Modifier and Type Field Description static NSLocaleComponentAlternateQuotationBeginDelimiterKeystatic NSLocaleComponentAlternateQuotationEndDelimiterKeystatic NSLocaleComponentCollationIdentifierstatic NSLocaleComponentCollatorIdentifierstatic NSLocaleComponentCountryCodestatic NSLocaleComponentCurrencyCodestatic NSLocaleComponentCurrencySymbolstatic NSLocaleComponentDecimalSeparatorstatic NSLocaleComponentExemplarCharacterSetstatic NSLocaleComponentGroupingSeparatorstatic NSLocaleComponentIdentifierstatic NSLocaleComponentLanguageCodestatic NSLocaleComponentMeasurementSystemstatic NSLocaleComponentQuotationBeginDelimiterKeystatic NSLocaleComponentQuotationEndDelimiterKeystatic NSLocaleComponentScriptCodestatic NSLocaleComponentUsesMetricSystemstatic NSLocaleComponentVariantCode -
Method Summary
Modifier and Type Method Description static NSLocaleComponentvalueOf(NSString value)Methods inherited from class org.robovm.apple.foundation.GlobalValueEnumeration
equals, isAvailable, toString, value
-
Field Details
-
Identifier
-
LanguageCode
-
CountryCode
-
ScriptCode
-
VariantCode
-
ExemplarCharacterSet
-
CollationIdentifier
-
UsesMetricSystem
-
MeasurementSystem
-
DecimalSeparator
-
GroupingSeparator
-
CurrencySymbol
-
CurrencyCode
-
CollatorIdentifier
-
QuotationBeginDelimiterKey
-
QuotationEndDelimiterKey
-
AlternateQuotationBeginDelimiterKey
-
AlternateQuotationEndDelimiterKey
-
-
Method Details