Uses of Class
org.wso2.carbon.registry.social.api.people.userprofile.model.Smoker
-
Packages that use Smoker Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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.
-