Package org.robovm.apple.addressbook
Class ABPropertyLabel
java.lang.Object
org.robovm.apple.foundation.CocoaUtility
org.robovm.apple.addressbook.ABPropertyLabel
- Direct Known Subclasses:
ABPersonDateLabel,ABPersonPhoneLabel,ABPersonRelatedNameLabel,ABPersonURLLabel
public class ABPropertyLabel extends CocoaUtility
-
Field Summary
Fields Modifier and Type Field Description static ABPropertyLabelHomestatic ABPropertyLabelOtherstatic ABPropertyLabelWork -
Constructor Summary
Constructors Modifier Constructor Description protectedABPropertyLabel(String getterName) -
Method Summary
Modifier and Type Method Description protected static CFStringHomeLabel()Deprecated.Deprecated in iOS 9.0.protected static CFStringOtherLabel()Deprecated.Deprecated in iOS 9.0.CFStringvalue()static ABPropertyLabelvalueOf(CFString value)protected static CFStringWorkLabel()Deprecated.Deprecated in iOS 9.0.
-
Field Details
-
Constructor Details
-
Method Details
-
value
-
valueOf
-
WorkLabel
Deprecated.Deprecated in iOS 9.0. use CNLabelWork -
HomeLabel
Deprecated.Deprecated in iOS 9.0. use CNLabelHome -
OtherLabel
Deprecated.Deprecated in iOS 9.0. use CNLabelOther
-