public enum EChatRoomGroupRank extends java.lang.Enum<EChatRoomGroupRank>
| Enum Constant and Description |
|---|
Default |
Guest |
Member |
Moderator |
Officer |
Owner |
Viewer |
| Modifier and Type | Method and Description |
|---|---|
int |
code() |
static EChatRoomGroupRank |
from(int code) |
static EChatRoomGroupRank |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EChatRoomGroupRank[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EChatRoomGroupRank Default
public static final EChatRoomGroupRank Viewer
public static final EChatRoomGroupRank Guest
public static final EChatRoomGroupRank Member
public static final EChatRoomGroupRank Moderator
public static final EChatRoomGroupRank Officer
public static final EChatRoomGroupRank Owner
public static EChatRoomGroupRank[] values()
for (EChatRoomGroupRank c : EChatRoomGroupRank.values()) System.out.println(c);
public static EChatRoomGroupRank 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 EChatRoomGroupRank from(int code)