public enum EChatActionResult extends Enum<EChatActionResult>
Enum Constant and Description |
---|
ChatDoesntExist |
ChatFull |
Error |
NotAllowedOnBannedUser |
NotAllowedOnChatOwner |
NotAllowedOnClanMember |
NotAllowedOnSelf |
NotPermitted |
Success |
VoiceSlotsFull |
Modifier and Type | Field and Description |
---|---|
private int |
code |
private static HashMap<Integer,EChatActionResult> |
values |
Modifier and Type | Method and Description |
---|---|
static EChatActionResult |
f(int code) |
int |
v() |
static EChatActionResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EChatActionResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EChatActionResult Success
public static final EChatActionResult Error
public static final EChatActionResult NotPermitted
public static final EChatActionResult NotAllowedOnClanMember
public static final EChatActionResult NotAllowedOnBannedUser
public static final EChatActionResult NotAllowedOnChatOwner
public static final EChatActionResult NotAllowedOnSelf
public static final EChatActionResult ChatDoesntExist
public static final EChatActionResult ChatFull
public static final EChatActionResult VoiceSlotsFull
private int code
private static HashMap<Integer,EChatActionResult> values
public static EChatActionResult[] values()
for (EChatActionResult c : EChatActionResult.values()) System.out.println(c);
public static EChatActionResult 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 EChatActionResult f(int code)
Copyright © 2012. All Rights Reserved.