public enum EFriendFlags extends Enum<EFriendFlags>
Enum Constant and Description |
---|
Blocked |
ClanMember |
FlagAll |
FriendshipRequested |
GameServer |
Ignored |
IgnoredFriend |
Immediate |
None |
RequestingFriendship |
RequestingInfo |
Modifier and Type | Field and Description |
---|---|
private int |
code |
Modifier and Type | Method and Description |
---|---|
int |
v() |
static EFriendFlags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EFriendFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EFriendFlags None
public static final EFriendFlags Blocked
public static final EFriendFlags FriendshipRequested
public static final EFriendFlags Immediate
public static final EFriendFlags ClanMember
public static final EFriendFlags GameServer
public static final EFriendFlags RequestingFriendship
public static final EFriendFlags RequestingInfo
public static final EFriendFlags Ignored
public static final EFriendFlags IgnoredFriend
public static final EFriendFlags FlagAll
public static EFriendFlags[] values()
for (EFriendFlags c : EFriendFlags.values()) System.out.println(c);
public static EFriendFlags 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 int v()
Copyright © 2012. All Rights Reserved.