Package org.robovm.apple.addressbook
Class ABPersonRelatedNameLabel
java.lang.Object
org.robovm.apple.foundation.CocoaUtility
org.robovm.apple.addressbook.ABPropertyLabel
org.robovm.apple.addressbook.ABPersonRelatedNameLabel
public class ABPersonRelatedNameLabel extends ABPropertyLabel
-
Field Summary
Fields Modifier and Type Field Description static ABPersonRelatedNameLabelAssistantstatic ABPersonRelatedNameLabelBrotherstatic ABPersonRelatedNameLabelChildstatic ABPersonRelatedNameLabelFatherstatic ABPersonRelatedNameLabelFriendstatic ABPersonRelatedNameLabelManagerstatic ABPersonRelatedNameLabelMotherstatic ABPersonRelatedNameLabelParentstatic ABPersonRelatedNameLabelPartnerstatic ABPersonRelatedNameLabelSisterstatic ABPersonRelatedNameLabelSpouseFields inherited from class org.robovm.apple.addressbook.ABPropertyLabel
Home, Other, Work -
Method Summary
Modifier and Type Method Description protected static CFStringAssistantLabel()Deprecated.Deprecated in iOS 9.0.protected static CFStringBrotherLabel()Deprecated.Deprecated in iOS 9.0.protected static CFStringChildLabel()Deprecated.Deprecated in iOS 9.0.protected static CFStringFatherLabel()Deprecated.Deprecated in iOS 9.0.protected static CFStringFriendLabel()Deprecated.Deprecated in iOS 9.0.protected static CFStringManagerLabel()Deprecated.Deprecated in iOS 9.0.protected static CFStringMotherLabel()Deprecated.Deprecated in iOS 9.0.protected static CFStringParentLabel()Deprecated.Deprecated in iOS 9.0.protected static CFStringPartnerLabel()Deprecated.Deprecated in iOS 9.0.protected static CFStringSisterLabel()Deprecated.Deprecated in iOS 9.0.protected static CFStringSpouseLabel()Deprecated.Deprecated in iOS 9.0.static ABPropertyLabelvalueOf(CFString value)Methods inherited from class org.robovm.apple.addressbook.ABPropertyLabel
HomeLabel, OtherLabel, value, WorkLabel
-
Field Details
-
Father
-
Mother
-
Parent
-
Brother
-
Sister
-
Child
-
Friend
-
Spouse
-
Partner
-
Assistant
-
Manager
-
-
Method Details
-
valueOf
-
FatherLabel
Deprecated.Deprecated in iOS 9.0. use CNLabelContactRelationFather -
MotherLabel
Deprecated.Deprecated in iOS 9.0. use CNLabelContactRelationMother -
ParentLabel
Deprecated.Deprecated in iOS 9.0. use CNLabelContactRelationParent -
BrotherLabel
Deprecated.Deprecated in iOS 9.0. use CNLabelContactRelationBrother -
SisterLabel
Deprecated.Deprecated in iOS 9.0. use CNLabelContactRelationSister -
ChildLabel
Deprecated.Deprecated in iOS 9.0. use CNLabelContactRelationChild -
FriendLabel
Deprecated.Deprecated in iOS 9.0. use CNLabelContactRelationFriend -
SpouseLabel
Deprecated.Deprecated in iOS 9.0. use CNLabelContactRelationSpouse -
PartnerLabel
Deprecated.Deprecated in iOS 9.0. use CNLabelContactRelationPartner -
AssistantLabel
Deprecated.Deprecated in iOS 9.0. use CNLabelContactRelationAssistant -
ManagerLabel
Deprecated.Deprecated in iOS 9.0. use CNLabelContactRelationManager
-