|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<LookingFor>
org.apache.shindig.social.opensocial.model.LookingFor
public enum LookingFor
public java.lang.Enum for opensocial.Enum.LookingFor.
| Enum Constant Summary | |
|---|---|
ACTIVITY_PARTNERS
|
|
DATING
Interested in dating. |
|
FRIENDS
Looking for friends. |
|
NETWORKING
Just want to network. |
|
RANDOM
|
|
RELATIONSHIP
Looking for a relationship. |
|
| Method Summary | |
|---|---|
String |
getDisplayValue()
|
String |
toString()
|
static LookingFor |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LookingFor[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final LookingFor DATING
public static final LookingFor FRIENDS
public static final LookingFor RELATIONSHIP
public static final LookingFor NETWORKING
public static final LookingFor ACTIVITY_PARTNERS
public static final LookingFor RANDOM
| Method Detail |
|---|
public static LookingFor[] values()
for (LookingFor c : LookingFor.values()) System.out.println(c);
public static LookingFor valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String toString()
toString in class Enum<LookingFor>Enum.toString()public String getDisplayValue()
getDisplayValue in interface Enum.EnumKeyEnum.EnumKey.getDisplayValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||