public enum ModuleBlocageClient extends Enum<ModuleBlocageClient>
Enum Constant and Description |
---|
AFFAIRE |
CHIFFRAGE |
COMMANDECLI |
CONTRAT |
DEVIS |
DOSSIER_INSCRIPTION |
FACTURE |
LIVRAISON |
OPPORTUNITE_FORMATION |
OPPORTUNITE_VENTE |
TABFAC |
Modifier and Type | Method and Description |
---|---|
Integer |
getDigitBlocage() |
Integer |
getDigitEncours() |
static ModuleBlocageClient |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModuleBlocageClient[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModuleBlocageClient AFFAIRE
public static final ModuleBlocageClient CHIFFRAGE
public static final ModuleBlocageClient DEVIS
public static final ModuleBlocageClient COMMANDECLI
public static final ModuleBlocageClient LIVRAISON
public static final ModuleBlocageClient TABFAC
public static final ModuleBlocageClient FACTURE
public static final ModuleBlocageClient CONTRAT
public static final ModuleBlocageClient OPPORTUNITE_VENTE
public static final ModuleBlocageClient OPPORTUNITE_FORMATION
public static final ModuleBlocageClient DOSSIER_INSCRIPTION
public static ModuleBlocageClient[] values()
for (ModuleBlocageClient c : ModuleBlocageClient.values()) System.out.println(c);
public static ModuleBlocageClient 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 Integer getDigitBlocage()
public Integer getDigitEncours()
Copyright © 2016. All rights reserved.