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