public enum EChatRoomEnterResponse extends Enum<EChatRoomEnterResponse>
Enum Constant and Description |
---|
Banned |
ClanDisabled |
CommunityBan |
DoesntExist |
Error |
Full |
Limited |
MemberBlockedYou |
NoRankingDataLobby |
NoRankingDataUser |
NotAllowed |
RankOutOfRange |
Success |
YouBlockedMember |
Modifier and Type | Field and Description |
---|---|
private int |
code |
private static HashMap<Integer,EChatRoomEnterResponse> |
values |
Modifier and Type | Method and Description |
---|---|
static EChatRoomEnterResponse |
f(int code) |
int |
v() |
static EChatRoomEnterResponse |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EChatRoomEnterResponse[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EChatRoomEnterResponse Success
public static final EChatRoomEnterResponse DoesntExist
public static final EChatRoomEnterResponse NotAllowed
public static final EChatRoomEnterResponse Full
public static final EChatRoomEnterResponse Error
public static final EChatRoomEnterResponse Banned
public static final EChatRoomEnterResponse Limited
public static final EChatRoomEnterResponse ClanDisabled
public static final EChatRoomEnterResponse CommunityBan
public static final EChatRoomEnterResponse MemberBlockedYou
public static final EChatRoomEnterResponse YouBlockedMember
public static final EChatRoomEnterResponse NoRankingDataLobby
public static final EChatRoomEnterResponse NoRankingDataUser
public static final EChatRoomEnterResponse RankOutOfRange
private int code
private static HashMap<Integer,EChatRoomEnterResponse> values
public static EChatRoomEnterResponse[] values()
for (EChatRoomEnterResponse c : EChatRoomEnterResponse.values()) System.out.println(c);
public static EChatRoomEnterResponse 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()
public static EChatRoomEnterResponse f(int code)
Copyright © 2012. All Rights Reserved.