public enum ColonneParametreeFormat extends Enum<ColonneParametreeFormat> implements Localisable, IdentIdentifiable
Enum Constant and Description |
---|
AVEC_DECIMALES |
DEFAULT |
HEURES_CENTIEME |
HEURES_MINUTES |
HOMMES_MOIS |
JOUR |
K_EURO |
POURCENTAGE |
SANS_DECIMALE |
Modifier and Type | Method and Description |
---|---|
Double |
convert(OptionsAffaire optionAffaire,
Double value) |
static ColonneParametreeFormat |
fromIdent(Double ident) |
Double |
getIdent() |
String |
getLibelle() |
int |
getNbDecimales() |
ColonneParametreeUniteEntree |
getUniteEntree() |
static boolean |
isUniteEntreeEnJours(Double ident) |
static ColonneParametreeFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColonneParametreeFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ColonneParametreeFormat DEFAULT
public static final ColonneParametreeFormat SANS_DECIMALE
public static final ColonneParametreeFormat AVEC_DECIMALES
public static final ColonneParametreeFormat POURCENTAGE
public static final ColonneParametreeFormat K_EURO
public static final ColonneParametreeFormat JOUR
public static final ColonneParametreeFormat HEURES_MINUTES
public static final ColonneParametreeFormat HEURES_CENTIEME
public static final ColonneParametreeFormat HOMMES_MOIS
public static ColonneParametreeFormat[] values()
for (ColonneParametreeFormat c : ColonneParametreeFormat.values()) System.out.println(c);
public static ColonneParametreeFormat 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 String getLibelle()
getLibelle
in interface Localisable
public int getNbDecimales()
public Double convert(OptionsAffaire optionAffaire, Double value)
public ColonneParametreeUniteEntree getUniteEntree()
public static boolean isUniteEntreeEnJours(Double ident)
public static ColonneParametreeFormat fromIdent(Double ident)
Copyright © 2016. All rights reserved.