public enum PreferenceEnvoiMailLivraisonClient extends Enum<PreferenceEnvoiMailLivraisonClient> implements CodeIdentifiable, Localisable
Enum Constant and Description |
---|
UN_MAIL_PAR_CLIENT |
UN_MAIL_PAR_LIVRAISON |
UN_MAIL_PAR_SITE_FACT |
UN_MAIL_PAR_SITE_LIVRAION |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
String |
getLibelle() |
static PreferenceEnvoiMailLivraisonClient |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PreferenceEnvoiMailLivraisonClient[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PreferenceEnvoiMailLivraisonClient UN_MAIL_PAR_LIVRAISON
public static final PreferenceEnvoiMailLivraisonClient UN_MAIL_PAR_SITE_FACT
public static final PreferenceEnvoiMailLivraisonClient UN_MAIL_PAR_CLIENT
public static final PreferenceEnvoiMailLivraisonClient UN_MAIL_PAR_SITE_LIVRAION
public static PreferenceEnvoiMailLivraisonClient[] values()
for (PreferenceEnvoiMailLivraisonClient c : PreferenceEnvoiMailLivraisonClient.values()) System.out.println(c);
public static PreferenceEnvoiMailLivraisonClient 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 getCode()
getCode
in interface CodeIdentifiable
public String getLibelle()
getLibelle
in interface Localisable
Copyright © 2016. All rights reserved.