Uses of Class
org.apache.shindig.social.opensocial.model.LookingFor

Packages that use LookingFor
org.apache.shindig.social.core.model Core Social Model 
org.apache.shindig.social.opensocial.model The Social Model API package 
 

Uses of LookingFor in org.apache.shindig.social.core.model
 

Methods in org.apache.shindig.social.core.model that return types with arguments of type LookingFor
 List<Enum<LookingFor>> PersonImpl.getLookingFor()
           
 

Method parameters in org.apache.shindig.social.core.model with type arguments of type LookingFor
 void PersonImpl.setLookingFor(List<Enum<LookingFor>> lookingFor)
           
 

Uses of LookingFor in org.apache.shindig.social.opensocial.model
 

Methods in org.apache.shindig.social.opensocial.model that return LookingFor
static LookingFor LookingFor.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LookingFor[] LookingFor.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.shindig.social.opensocial.model that return types with arguments of type LookingFor
 List<Enum<LookingFor>> Person.getLookingFor()
          Get a person's statement about who or what they are looking for, or what they are interested in meeting people for.
 

Method parameters in org.apache.shindig.social.opensocial.model with type arguments of type LookingFor
 void Person.setLookingFor(List<Enum<LookingFor>> lookingFor)
          Get a person's statement about who or what they are looking for, or what they are interested in meeting people for.
 



Copyright © 2007-2012. All Rights Reserved.