Uses of Class
org.yestech.rpx.objectmodel.TypeValue

Packages that use TypeValue
org.yestech.rpx.objectmodel   
 

Uses of TypeValue in org.yestech.rpx.objectmodel
 

Methods in org.yestech.rpx.objectmodel that return TypeValue
static TypeValue TypeValue.fromJson(org.json.JSONObject json)
           
 

Methods in org.yestech.rpx.objectmodel that return types with arguments of type TypeValue
 List<TypeValue> MergedPortableContact.getEmails()
           
 Collection<TypeValue> Contact.getEmails()
           
 List<TypeValue> MergedPortableContact.getPhotos()
           
 List<TypeValue> MergedPortableContact.getUrls()
           
 

Method parameters in org.yestech.rpx.objectmodel with type arguments of type TypeValue
 void Contact.setEmails(Collection<TypeValue> emails)
           
 void MergedPortableContact.setEmails(List<TypeValue> emails)
           
 void MergedPortableContact.setPhotos(List<TypeValue> photos)
           
 void MergedPortableContact.setUrls(List<TypeValue> urls)
           
 



Copyright © 2010 YES Technology Association. All Rights Reserved.