| Package | Description |
|---|---|
| org.apache.shindig.social.core.model |
Core Social Model
Default implementations of the Social Model.
|
| org.apache.shindig.social.opensocial.model |
The Social Model API package
Model interfaces that are used throughout the Social Component to transfer the model.
|
| Modifier and Type | Method and Description |
|---|---|
List<Enum<LookingFor>> |
PersonImpl.getLookingFor() |
| Modifier and Type | Method and Description |
|---|---|
void |
PersonImpl.setLookingFor(List<Enum<LookingFor>> lookingFor) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2007-2012. All Rights Reserved.