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