Uses of Class
org.wso2.carbon.registry.social.api.people.userprofile.model.Drinker

Packages that use Drinker
org.wso2.carbon.registry.social.api.people.userprofile   
org.wso2.carbon.registry.social.api.people.userprofile.model   
 

Uses of Drinker in org.wso2.carbon.registry.social.api.people.userprofile
 

Methods in org.wso2.carbon.registry.social.api.people.userprofile 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.wso2.carbon.registry.social.api.people.userprofile 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.
 

Uses of Drinker in org.wso2.carbon.registry.social.api.people.userprofile.model
 

Methods in org.wso2.carbon.registry.social.api.people.userprofile.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.
 



Copyright © 2012 WSO2 Inc. All Rights Reserved.