public enum EChatRoomEnterResponse extends java.lang.Enum<EChatRoomEnterResponse>
| Enum Constant and Description |
|---|
Banned |
ClanDisabled |
CommunityBan |
DoesntExist |
Error |
Full |
Limited |
MemberBlockedYou |
NotAllowed |
Success |
YouBlockedMember |
| Modifier and Type | Method and Description |
|---|---|
int |
code() |
static EChatRoomEnterResponse |
from(int code) |
static EChatRoomEnterResponse |
valueOf(java.lang.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 EChatRoomEnterResponse[] values()
for (EChatRoomEnterResponse c : EChatRoomEnterResponse.values()) System.out.println(c);
public static EChatRoomEnterResponse valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int code()
public static EChatRoomEnterResponse from(int code)