public enum BureautiqueMail extends Enum<BureautiqueMail>
Enum Constant and Description |
---|
GMAIL |
MAC_ENTOURAGE |
MAC_MAIL |
MSOUTLOOK |
Modifier and Type | Method and Description |
---|---|
String |
libelle() |
static BureautiqueMail |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BureautiqueMail[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BureautiqueMail MSOUTLOOK
public static final BureautiqueMail MAC_ENTOURAGE
public static final BureautiqueMail MAC_MAIL
public static final BureautiqueMail GMAIL
public static BureautiqueMail[] values()
for (BureautiqueMail c : BureautiqueMail.values()) System.out.println(c);
public static BureautiqueMail 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 final String libelle()
Copyright © 2016. All rights reserved.