public static enum ActivityStream.Field extends Enum<ActivityStream.Field>
| Enum Constant and Description |
|---|
DISPLAY_NAME |
ENTRIES |
ID |
LANGUAGE |
SUBJECT |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ActivityStream.Field |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActivityStream.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActivityStream.Field DISPLAY_NAME
public static final ActivityStream.Field LANGUAGE
public static final ActivityStream.Field ENTRIES
public static final ActivityStream.Field ID
public static final ActivityStream.Field SUBJECT
public static ActivityStream.Field[] values()
for (ActivityStream.Field c : ActivityStream.Field.values()) System.out.println(c);
public static ActivityStream.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<ActivityStream.Field>Copyright © 2007-2012. All Rights Reserved.