public enum TypeRechercheDevis extends Enum<TypeRechercheDevis>
| Enum Constant and Description |
|---|
CALCUL_MARGE |
CHARGES |
DEVIS |
| Modifier and Type | Method and Description |
|---|---|
static TypeRechercheDevis |
getByValue(int value) |
int |
getValue() |
static TypeRechercheDevis |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeRechercheDevis[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeRechercheDevis DEVIS
public static final TypeRechercheDevis CALCUL_MARGE
public static final TypeRechercheDevis CHARGES
public static TypeRechercheDevis[] values()
for (TypeRechercheDevis c : TypeRechercheDevis.values()) System.out.println(c);
public static TypeRechercheDevis 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 TypeRechercheDevis getByValue(int value)
public int getValue()
Copyright © 2016. All rights reserved.