public enum ProbabiliteDevis extends Enum<ProbabiliteDevis> implements IdentIdentifiable, CodeIdentifiable
Modifier and Type | Method and Description |
---|---|
boolean |
equalsCode(String code) |
String |
getCode() |
Double |
getIdent() |
static Map<ProbabiliteDevis,Double> |
getParametresCommerciauxDft() |
String |
value() |
static ProbabiliteDevis |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProbabiliteDevis[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProbabiliteDevis ZERO
public static final ProbabiliteDevis UN
public static final ProbabiliteDevis DEUX
public static final ProbabiliteDevis TROIS
public static final ProbabiliteDevis QUATRE
public static final ProbabiliteDevis NEUF
public static ProbabiliteDevis[] values()
for (ProbabiliteDevis c : ProbabiliteDevis.values()) System.out.println(c);
public static ProbabiliteDevis 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 String value()
public Double getIdent()
getIdent
in interface IdentIdentifiable
public String getCode()
getCode
in interface CodeIdentifiable
public boolean equalsCode(String code)
public static Map<ProbabiliteDevis,Double> getParametresCommerciauxDft()
Copyright © 2016. All rights reserved.