Package org.robovm.apple.addressbook
Class ABMultiValue
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.corefoundation.CFType
org.robovm.apple.addressbook.ABMultiValue
- All Implemented Interfaces:
AutoCloseable
- Direct Known Subclasses:
ABMutableMultiValue
public class ABMultiValue extends CFType
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFType
CFType.AsListMarshaler, CFType.CFTypePtr, CFType.Marshaler, CFType.NoRetainMarshaler -
Field Summary
Fields Modifier and Type Field Description static intInvalidIdentifier -
Constructor Summary
Constructors Constructor Description ABMultiValue() -
Method Summary
Modifier and Type Method Description List<CFType>getAllValues()Deprecated.Deprecated in iOS 9.0.longgetCount()Deprecated.Deprecated in iOS 9.0.intgetIdentifier(long index)Deprecated.Deprecated in iOS 9.0.CFStringgetLabel(long index)Deprecated.Deprecated in iOS 9.0.ABPropertyTypegetPropertyType()Deprecated.Deprecated in iOS 9.0.CFTypegetValue(long index)Deprecated.Deprecated in iOS 9.0.longindexOf(int identifier)Deprecated.Deprecated in iOS 9.0.longindexOf(CFType value)Deprecated.Deprecated in iOS 9.0.Methods 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
-
Field Details
-
InvalidIdentifier
public static final int InvalidIdentifier- See Also:
- Constant Field Values
-
-
Constructor Details
-
ABMultiValue
public ABMultiValue()
-
-
Method Details
-
getPropertyType
Deprecated.Deprecated in iOS 9.0. -
getCount
Deprecated.Deprecated in iOS 9.0. use NSArray.count with the labeled value property -
getValue
Deprecated.Deprecated in iOS 9.0. use [[NSArray objectAtIndex:] value] with the labeled value property -
getAllValues
Deprecated.Deprecated in iOS 9.0. use [NSArray enumerateObjectsUsingBlock:] with the labeled value property and collect the values -
getLabel
Deprecated.Deprecated in iOS 9.0. use [[NSArray objectAtIndex:] label] with the labeled value property -
indexOf
Deprecated.Deprecated in iOS 9.0. use [NSArray indexOfObjectPassingTest:] with the labeled value property and find the identifier -
getIdentifier
Deprecated.Deprecated in iOS 9.0. use [[NSArray objectAtIndex:] identifier] with the labeled value property -
indexOf
Deprecated.Deprecated in iOS 9.0. use [NSArray indexOfObjectPassingTest:] with the labeled value property and find the value
-