public enum EChatMemberStateChange extends Enum<EChatMemberStateChange>
Enum Constant and Description |
---|
Banned |
Disconnected |
Entered |
Kicked |
Left |
Modifier and Type | Field and Description |
---|---|
private byte |
code |
private static HashMap<Byte,EChatMemberStateChange> |
values |
Modifier and Type | Method and Description |
---|---|
static EChatMemberStateChange |
f(int code) |
byte |
v() |
static EChatMemberStateChange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EChatMemberStateChange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EChatMemberStateChange Entered
public static final EChatMemberStateChange Left
public static final EChatMemberStateChange Disconnected
public static final EChatMemberStateChange Kicked
public static final EChatMemberStateChange Banned
private byte code
private static HashMap<Byte,EChatMemberStateChange> values
public static EChatMemberStateChange[] values()
for (EChatMemberStateChange c : EChatMemberStateChange.values()) System.out.println(c);
public static EChatMemberStateChange 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 byte v()
public static EChatMemberStateChange f(int code)
Copyright © 2012. All Rights Reserved.