public enum ImportStep extends Enum<ImportStep> implements IImportStep
Modifier and Type | Method and Description |
---|---|
static ImportStep |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportStep[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImportStep INIT
public static final ImportStep MISE_EN_MEMOIRE
public static final ImportStep CONTROLE
public static final ImportStep MAJ_PRODUIT
public static final ImportStep MAJ_RIB
public static final ImportStep MAJ_ADRESSE
public static final ImportStep MAJ_COMMANDES_FOURNISSEUR
public static final ImportStep MAJ_COMMANDES_CLIENT
public static final ImportStep MAJ_FACTURES_FOURNISSEUR
public static final ImportStep MAJ_FACTURES_CLIENT
public static final ImportStep MAJ_PRODUITS_ACHETES
public static final ImportStep MAJ_PRODUITS_VENDUS
public static final ImportStep MAJ_FOURNISSEUR
public static final ImportStep MAJ_CONTACT
public static final ImportStep MAJ_ECRITURE
public static final ImportStep MAJ_OPPORTUNITE
public static final ImportStep MAJ_TAUXDEVISE
public static final ImportStep MAJ_SITE
public static final ImportStep MAJ_LIGNE_CONTRAT
public static final ImportStep ARCHIVAGE
public static final ImportStep MAJ_LOCALISATION
public static final ImportStep MAJ_TEMPS
public static final ImportStep MAJ_LOTS
public static final ImportStep MAJ_CONTRATS
public static final ImportStep MAJ_AFFAIRES
public static final ImportStep MAJ_MARCHES
public static final ImportStep MAJ_MULTIAFF
public static final ImportStep MAJ_COMPTES
public static final ImportStep MAJ_ZL
public static final ImportStep MAJ_DELAI
public static final ImportStep MAJ_LIGNE_DEVIS
public static final ImportStep MAJ_LIGNE_CHARGE
public static final ImportStep MAJ_TARIF
public static final ImportStep MAJ_PLANNING
public static final ImportStep MAJ_COMPETENCE
public static final ImportStep MAJ_COMPETENCE_COLLABORATEUR
public static final ImportStep MAJ_HISTORIQUE_RECONNAISSANCE_CA
public static final ImportStep MAJ_HISTORIQUE_RATTACHEMENT_PERIODE
public static final ImportStep MAJ_REFERENCE_FOURNISSEUR
public static final ImportStep MAJ_IMMOBILISATIONS
public static final ImportStep MAJ_MANDATS
public static ImportStep[] values()
for (ImportStep c : ImportStep.values()) System.out.println(c);
public static ImportStep 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 nullCopyright © 2016. All rights reserved.