Package | Description |
---|---|
org.wso2.carbon.registry.social.api.people.userprofile | |
org.wso2.carbon.registry.social.api.people.userprofile.model |
Modifier and Type | Method and Description |
---|---|
Enum<Smoker> |
Person.getSmoker()
Get the person's smoking status.
|
Modifier and Type | Method and Description |
---|---|
void |
Person.setSmoker(Enum<Smoker> newSmoker)
Set the person's smoking status.
|
Modifier and Type | Method and 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.
|
Copyright © 2017 WSO2. All Rights Reserved.