public enum NiveauAnalyseCA extends Enum<NiveauAnalyseCA> implements IdentIdentifiable
| Modifier and Type | Method and Description |
|---|---|
Double |
getIdent() |
String |
getLibelle() |
Double |
getValue() |
static NiveauAnalyseCA |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NiveauAnalyseCA[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NiveauAnalyseCA AFFAIRE
public static final NiveauAnalyseCA LOT
public static final NiveauAnalyseCA SOUS_LOT
public static NiveauAnalyseCA[] values()
for (NiveauAnalyseCA c : NiveauAnalyseCA.values()) System.out.println(c);
public static NiveauAnalyseCA 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 getValue()
public String getLibelle()
public Double getIdent()
getIdent in interface IdentIdentifiableCopyright © 2016. All rights reserved.