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

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

Uses of Smoker 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 Smoker
 Enum<Smoker> Person.getSmoker()
          Get the person's smoking status.
 

Method parameters in org.wso2.carbon.registry.social.api.people.userprofile with type arguments of type Smoker
 void Person.setSmoker(Enum<Smoker> newSmoker)
          Set the person's smoking status.
 

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

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



Copyright © 2015 WSO2. All Rights Reserved.