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

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

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

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

Method parameters in org.apache.shindig.social.core.model with type arguments of type Drinker
 void PersonImpl.setDrinker(Enum<Drinker> newDrinker)
           
 

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

Methods in org.apache.shindig.social.opensocial.model that return Drinker
static Drinker Drinker.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Drinker[] Drinker.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 Drinker
 Enum<Drinker> Person.getDrinker()
          Get the person's drinking status, specified as an Enum with the enum's key referencing Drinker.
 

Method parameters in org.apache.shindig.social.opensocial.model with type arguments of type Drinker
 void Person.setDrinker(Enum<Drinker> newDrinker)
          Get the person's drinking status, specified as an Enum with the enum's key referencing Drinker.
 



Copyright © 2007-2012. All Rights Reserved.