|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LookingFor | |
---|---|
org.wso2.carbon.registry.social.api.people.userprofile | |
org.wso2.carbon.registry.social.api.people.userprofile.model |
Uses of LookingFor 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 LookingFor | |
---|---|
List<Enum<LookingFor>> |
Person.getLookingFor()
Get a person's statement about who or what they are looking for, or what they are interested in meeting people for. |
Method parameters in org.wso2.carbon.registry.social.api.people.userprofile with type arguments of type LookingFor | |
---|---|
void |
Person.setLookingFor(List<Enum<LookingFor>> lookingFor)
Get a person's statement about who or what they are looking for, or what they are interested in meeting people for. |
Uses of LookingFor in org.wso2.carbon.registry.social.api.people.userprofile.model |
---|
Methods in org.wso2.carbon.registry.social.api.people.userprofile.model that return LookingFor | |
---|---|
static LookingFor |
LookingFor.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LookingFor[] |
LookingFor.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |