Uses of Class
org.robovm.apple.contacts.CNLabel
| Package | Description |
|---|---|
| org.robovm.apple.contacts |
-
Uses of CNLabel in org.robovm.apple.contacts
Subclasses of CNLabel in org.robovm.apple.contacts Modifier and Type Class Description classCNLabelContactRelationclassCNLabelPhoneNumberFields in org.robovm.apple.contacts declared as CNLabel Modifier and Type Field Description static CNLabelCNLabel. DateAnniversarystatic CNLabelCNLabel. EmailiCloudstatic CNLabelCNLabel. Homestatic CNLabelCNLabel. Otherstatic CNLabelCNLabel. Schoolstatic CNLabelCNLabel. URLAddressHomePagestatic CNLabelCNLabel. WorkMethods in org.robovm.apple.contacts that return CNLabel Modifier and Type Method Description static CNLabelCNLabel.Marshaler. toObject(Class<CNLabel> cls, long handle, long flags)static CNLabelCNLabel. valueOf(NSString value)Methods in org.robovm.apple.contacts that return types with arguments of type CNLabel Modifier and Type Method Description static List<CNLabel>CNLabel.AsListMarshaler. toObject(Class<? extends NSObject> cls, long handle, long flags)Methods in org.robovm.apple.contacts with parameters of type CNLabel Modifier and Type Method Description static StringCNLabeledValue. getLocalizedLabel(CNLabel label)CNLabeledValue<T>CNLabeledValue. setLabel(CNLabel label)CNLabeledValue<T>CNLabeledValue. setLabelAndValue(CNLabel label, T value)static longCNLabel.Marshaler. toNative(CNLabel o, long flags)Method parameters in org.robovm.apple.contacts with type arguments of type CNLabel Modifier and Type Method Description static longCNLabel.AsListMarshaler. toNative(List<CNLabel> l, long flags)static CNLabelCNLabel.Marshaler. toObject(Class<CNLabel> cls, long handle, long flags)Constructors in org.robovm.apple.contacts with parameters of type CNLabel Constructor Description CNLabeledValue(CNLabel label, T value)