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