|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |