Uses of Class
org.wso2.carbon.registry.social.api.people.userprofile.model.Drinker
-
Packages that use Drinker Package Description 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 Modifier and Type Method Description Enum<Drinker>
Person. getDrinker()
Method parameters in org.wso2.carbon.registry.social.api.people.userprofile with type arguments of type Drinker Modifier and Type Method Description void
Person. setDrinker(Enum<Drinker> newDrinker)
-
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 Modifier and Type Method Description 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.
-