public enum AddresseType extends Enum<AddresseType>
| Modifier and Type | Field and Description |
|---|---|
static String |
CLASS_NAME |
| Modifier and Type | Method and Description |
|---|---|
String |
getCod() |
javax.mail.Message.RecipientType |
getRecipientType() |
static AddresseType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddresseType |
valueOfEnum(String cod) |
static AddresseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AddresseType TO
public static final AddresseType CC
public static final AddresseType BCC
public static final String CLASS_NAME
public static AddresseType[] values()
for (AddresseType c : AddresseType.values()) System.out.println(c);
public static AddresseType 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 static AddresseType valueOfEnum(String cod)
public String getCod()
public javax.mail.Message.RecipientType getRecipientType()
Copyright © 2019. All rights reserved.