public static enum ChatChannelsMuted.AccessorTypeEnum extends Enum<ChatChannelsMuted.AccessorTypeEnum>
| Enum Constant and Description |
|---|
ALLIANCE |
CHARACTER |
CORPORATION |
| Modifier and Type | Method and Description |
|---|---|
static ChatChannelsMuted.AccessorTypeEnum |
fromValue(String text) |
String |
toString() |
static ChatChannelsMuted.AccessorTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChatChannelsMuted.AccessorTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChatChannelsMuted.AccessorTypeEnum CHARACTER
public static final ChatChannelsMuted.AccessorTypeEnum CORPORATION
public static final ChatChannelsMuted.AccessorTypeEnum ALLIANCE
public static ChatChannelsMuted.AccessorTypeEnum[] values()
for (ChatChannelsMuted.AccessorTypeEnum c : ChatChannelsMuted.AccessorTypeEnum.values()) System.out.println(c);
public static ChatChannelsMuted.AccessorTypeEnum 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 String toString()
toString in class Enum<ChatChannelsMuted.AccessorTypeEnum>public static ChatChannelsMuted.AccessorTypeEnum fromValue(String text)
Copyright © 2018. All Rights Reserved.