public static enum FriendPickerFragment.FriendPickerType extends Enum<FriendPickerFragment.FriendPickerType>
Enum Constant and Description |
---|
FRIENDS |
INVITABLE_FRIENDS |
TAGGABLE_FRIENDS |
Modifier and Type | Method and Description |
---|---|
static FriendPickerFragment.FriendPickerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FriendPickerFragment.FriendPickerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FriendPickerFragment.FriendPickerType FRIENDS
public static final FriendPickerFragment.FriendPickerType TAGGABLE_FRIENDS
public static final FriendPickerFragment.FriendPickerType INVITABLE_FRIENDS
public static FriendPickerFragment.FriendPickerType[] values()
for (FriendPickerFragment.FriendPickerType c : FriendPickerFragment.FriendPickerType.values()) System.out.println(c);
public static FriendPickerFragment.FriendPickerType 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 null