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