public static enum FriendService.SocialSearchType extends Enum<FriendService.SocialSearchType>
Enum Constant and Description |
---|
SearchAll |
SearchEqMembers |
SearchNonEqMembers |
Modifier and Type | Method and Description |
---|---|
long |
getBitValue() |
static FriendService.SocialSearchType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FriendService.SocialSearchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FriendService.SocialSearchType SearchAll
public static final FriendService.SocialSearchType SearchEqMembers
public static final FriendService.SocialSearchType SearchNonEqMembers
public static FriendService.SocialSearchType[] values()
for (FriendService.SocialSearchType c : FriendService.SocialSearchType.values()) System.out.println(c);
public static FriendService.SocialSearchType 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 long getBitValue()
Copyright © 2014 Equilibrium. All rights reserved.