Package org.robovm.apple.contacts
Class CNMutablePostalAddress
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.contacts.CNPostalAddress
org.robovm.apple.contacts.CNMutablePostalAddress
- All Implemented Interfaces:
NSCoding,NSObjectProtocol,NSSecureCoding,ObjCProtocol
public class CNMutablePostalAddress extends CNPostalAddress
- Since:
- Available in iOS 9.0 and later.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCNMutablePostalAddress.CNMutablePostalAddressPtrNested classes/interfaces inherited from class org.robovm.apple.contacts.CNPostalAddress
CNPostalAddress.CNPostalAddressPtrNested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description CNMutablePostalAddress()protectedCNMutablePostalAddress(NSObject.Handle h, long handle)protectedCNMutablePostalAddress(NSObject.SkipInit skipInit) -
Method Summary
Modifier and Type Method Description StringgetCity()StringgetCountry()StringgetISOCountryCode()static StringgetLocalizedProperty(CNPostalAddressPropertyKey key)StringgetPostalCode()StringgetState()StringgetStreet()StringgetSubAdministrativeArea()StringgetSubLocality()voidsetCity(String v)voidsetCountry(String v)voidsetISOCountryCode(String v)voidsetPostalCode(String v)voidsetState(String v)voidsetStreet(String v)voidsetSubAdministrativeArea(String v)voidsetSubLocality(String v)static booleansupportsSecureCoding()Methods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRef
-
Constructor Details
-
CNMutablePostalAddress
public CNMutablePostalAddress() -
CNMutablePostalAddress
-
CNMutablePostalAddress
-
-
Method Details
-
getStreet
- Overrides:
getStreetin classCNPostalAddress
-
setStreet
-
getSubLocality
- Overrides:
getSubLocalityin classCNPostalAddress- Since:
- Available in iOS 10.3 and later.
-
setSubLocality
- Since:
- Available in iOS 10.3 and later.
-
getCity
- Overrides:
getCityin classCNPostalAddress
-
setCity
-
getSubAdministrativeArea
- Overrides:
getSubAdministrativeAreain classCNPostalAddress- Since:
- Available in iOS 10.3 and later.
-
setSubAdministrativeArea
- Since:
- Available in iOS 10.3 and later.
-
getState
- Overrides:
getStatein classCNPostalAddress
-
setState
-
getPostalCode
- Overrides:
getPostalCodein classCNPostalAddress
-
setPostalCode
-
getCountry
- Overrides:
getCountryin classCNPostalAddress
-
setCountry
-
getISOCountryCode
- Overrides:
getISOCountryCodein classCNPostalAddress
-
setISOCountryCode
-
supportsSecureCoding
public static boolean supportsSecureCoding() -
getLocalizedProperty
-