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