public enum ProduitQuantiteMinPourNbDecimales extends Enum<ProduitQuantiteMinPourNbDecimales> implements IdentIdentifiable
Enum Constant and Description |
---|
CINQ_CHIFFRES_APRES_LA_VIRGULE |
DEUX_CHIFFRES_APRES_LA_VIRGULE |
ENTIER |
QUATRE_CHIFFRES_APRES_LA_VIRGULE |
TROIS_CHIFFRES_APRES_LA_VIRGULE_SEPARATEUR |
UN_CHIFFRE_APRES_LA_VIRGULE |
Modifier and Type | Method and Description |
---|---|
Double |
getIdent() |
Double |
getMinimum() |
Integer |
getPrecision() |
static ProduitQuantiteMinPourNbDecimales |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProduitQuantiteMinPourNbDecimales[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProduitQuantiteMinPourNbDecimales ENTIER
public static final ProduitQuantiteMinPourNbDecimales UN_CHIFFRE_APRES_LA_VIRGULE
public static final ProduitQuantiteMinPourNbDecimales DEUX_CHIFFRES_APRES_LA_VIRGULE
public static final ProduitQuantiteMinPourNbDecimales TROIS_CHIFFRES_APRES_LA_VIRGULE_SEPARATEUR
public static final ProduitQuantiteMinPourNbDecimales QUATRE_CHIFFRES_APRES_LA_VIRGULE
public static final ProduitQuantiteMinPourNbDecimales CINQ_CHIFFRES_APRES_LA_VIRGULE
public static ProduitQuantiteMinPourNbDecimales[] values()
for (ProduitQuantiteMinPourNbDecimales c : ProduitQuantiteMinPourNbDecimales.values()) System.out.println(c);
public static ProduitQuantiteMinPourNbDecimales 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 Double getIdent()
getIdent
in interface IdentIdentifiable
public Double getMinimum()
public Integer getPrecision()
Copyright © 2016. All rights reserved.