public enum ReasonIdentifier extends Enum<ReasonIdentifier>
| Enum Constant and Description |
|---|
REASON_KICK_CHANNEL |
REASON_KICK_SERVER |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
static ReasonIdentifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReasonIdentifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReasonIdentifier REASON_KICK_CHANNEL
public static final ReasonIdentifier REASON_KICK_SERVER
public static ReasonIdentifier[] values()
for (ReasonIdentifier c : ReasonIdentifier.values()) System.out.println(c);
public static ReasonIdentifier 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 getIndex()
Copyright © 2016. All rights reserved.