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