public static enum ActivityEntry.Field extends Enum<ActivityEntry.Field>
| Enum Constant and Description |
|---|
ACTOR |
BODY |
GENERATOR |
ICON |
OBJECT |
SERVICE_PROVIDER |
STANDARD_LINK |
TARGET |
TIME |
TITLE |
VERB |
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Returns the name of the JSON element.
|
static ActivityEntry.Field |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActivityEntry.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActivityEntry.Field ICON
public static final ActivityEntry.Field TIME
public static final ActivityEntry.Field ACTOR
public static final ActivityEntry.Field VERB
public static final ActivityEntry.Field OBJECT
public static final ActivityEntry.Field TARGET
public static final ActivityEntry.Field GENERATOR
public static final ActivityEntry.Field SERVICE_PROVIDER
public static final ActivityEntry.Field TITLE
public static final ActivityEntry.Field BODY
public static final ActivityEntry.Field STANDARD_LINK
public static ActivityEntry.Field[] values()
for (ActivityEntry.Field c : ActivityEntry.Field.values()) System.out.println(c);
public static ActivityEntry.Field valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<ActivityEntry.Field>Copyright © 2007-2012. All Rights Reserved.