Package org.robovm.apple.addressbook
Class ABSource
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.corefoundation.CFType
org.robovm.apple.addressbook.ABRecord
org.robovm.apple.addressbook.ABSource
- All Implemented Interfaces:
AutoCloseable
public class ABSource extends ABRecord
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classABSource.AsListMarshalerNested classes/interfaces inherited from class org.robovm.apple.addressbook.ABRecord
ABRecord.Marshaler, ABRecord.NoRetainMarshalerNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFType
CFType.CFTypePtr -
Field Summary
-
Constructor Summary
Constructors Constructor Description ABSource() -
Method Summary
Modifier and Type Method Description StringgetName()ABSourceTypegetType()ABSourcesetName(String name)ABSourcesetType(ABSourceType type)Methods inherited from class org.robovm.apple.addressbook.ABRecord
getCompositeName, getRecordID, getRecordType, getValue, getValue, removeValue, setValueMethods inherited from class org.robovm.apple.corefoundation.CFType
autorelease, close, dispose, dispose, doDispose, equalsTo, finalize, getAllocator, getDescription, getRetainCount, getTypeID, getTypeIDDescription, hash, makeCollectable, release, release, retain, retain, show, toString
-
Constructor Details
-
ABSource
public ABSource()
-
-
Method Details
-
getName
-
setName
- Throws:
NSErrorException
-
getType
-
setType
- Throws:
NSErrorException
-