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

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

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

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

Method parameters in org.apache.shindig.social.core.model with type arguments of type Smoker
 void PersonImpl.setSmoker(Enum<Smoker> newSmoker)
           
 

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

Methods in org.apache.shindig.social.opensocial.model that return Smoker
static Smoker Smoker.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Smoker[] Smoker.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 Smoker
 Enum<Smoker> Person.getSmoker()
          Get the person's smoking status.
 

Method parameters in org.apache.shindig.social.opensocial.model with type arguments of type Smoker
 void Person.setSmoker(Enum<Smoker> newSmoker)
          Set the person's smoking status.
 



Copyright © 2007-2012. All Rights Reserved.