public enum TypeColonneHistoBU extends Enum<TypeColonneHistoBU> implements IdentIdentifiable, Localisable
Enum Constant and Description |
---|
MONTANT1 |
MONTANT10 |
MONTANT2 |
MONTANT3 |
MONTANT4 |
MONTANT5 |
MONTANT6 |
MONTANT7 |
MONTANT8 |
MONTANT9 |
Modifier and Type | Method and Description |
---|---|
static TypeColonneHistoBU |
getByValeur(Double valeur) |
Double |
getIdent() |
String |
getLibelle() |
Double |
value() |
static TypeColonneHistoBU |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeColonneHistoBU[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeColonneHistoBU MONTANT1
public static final TypeColonneHistoBU MONTANT2
public static final TypeColonneHistoBU MONTANT3
public static final TypeColonneHistoBU MONTANT4
public static final TypeColonneHistoBU MONTANT5
public static final TypeColonneHistoBU MONTANT6
public static final TypeColonneHistoBU MONTANT7
public static final TypeColonneHistoBU MONTANT8
public static final TypeColonneHistoBU MONTANT9
public static final TypeColonneHistoBU MONTANT10
public static TypeColonneHistoBU[] values()
for (TypeColonneHistoBU c : TypeColonneHistoBU.values()) System.out.println(c);
public static TypeColonneHistoBU 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 static TypeColonneHistoBU getByValeur(Double valeur)
public final Double value()
public Double getIdent()
getIdent
in interface IdentIdentifiable
public String getLibelle()
getLibelle
in interface Localisable
Copyright © 2016. All rights reserved.