Package org.robovm.apple.contacts
Class CNPostalAddressPropertyKey
java.lang.Object
org.robovm.rt.bro.GlobalValueSupplier<T>
org.robovm.apple.foundation.GlobalValueEnumeration<NSString>
org.robovm.apple.contacts.CNPostalAddressPropertyKey
public class CNPostalAddressPropertyKey extends GlobalValueEnumeration<NSString>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCNPostalAddressPropertyKey.AsListMarshalerstatic classCNPostalAddressPropertyKey.Marshalerstatic classCNPostalAddressPropertyKey.Values -
Field Summary
Fields Modifier and Type Field Description static CNPostalAddressPropertyKeyCitystatic CNPostalAddressPropertyKeyCountrystatic CNPostalAddressPropertyKeyISOCountryCodestatic CNPostalAddressPropertyKeyPostalCodestatic CNPostalAddressPropertyKeyStatestatic CNPostalAddressPropertyKeyStreetstatic CNPostalAddressPropertyKeySubAdministrativeAreastatic CNPostalAddressPropertyKeySubLocality -
Method Summary
Modifier and Type Method Description static CNPostalAddressPropertyKeyvalueOf(NSString value)Methods inherited from class org.robovm.apple.foundation.GlobalValueEnumeration
equals, isAvailable, toString, value
-
Field Details
-
Street
- Since:
- Available in iOS 9.0 and later.
-
SubLocality
- Since:
- Available in iOS 10.3 and later.
-
City
- Since:
- Available in iOS 9.0 and later.
-
SubAdministrativeArea
- Since:
- Available in iOS 10.3 and later.
-
State
- Since:
- Available in iOS 9.0 and later.
-
PostalCode
- Since:
- Available in iOS 9.0 and later.
-
Country
- Since:
- Available in iOS 9.0 and later.
-
ISOCountryCode
- Since:
- Available in iOS 9.0 and later.
-
-
Method Details