public enum ExportDMA extends Enum<ExportDMA> implements IdDma, CodeIdentifiable
IdDma.OrdreExport
Modifier and Type | Method and Description |
---|---|
boolean |
equalsCode(String code) |
String |
getCode() |
String |
getIdDma() |
IdDma.OrdreExport |
getNumOrdre() |
String |
toString() |
static ExportDMA |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportDMA[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExportDMA ACTIONS
public static final ExportDMA BATCH_CREATION_ET_MODIFICATION
public static final ExportDMA CARTES_EXTERNES
public static final ExportDMA CATEGORIES_EVENEMENTS
public static final ExportDMA CLASSIFICATION_PRODUITS_MAINTENUS
public static final ExportDMA CODES_NAF_APE
public static final ExportDMA COMPETENCES
public static final ExportDMA CONDITION_APPLICATION_CONTROLES_PARAMETRABLES
public static final ExportDMA CONTROLES_PARAMETRABLES_INITIALISATION
public static final ExportDMA CONTROLES_PARAMETRABLES_POST
public static final ExportDMA DELEGATION
public static final ExportDMA DEPOTS
public static final ExportDMA DIVERS_ACTIVITES
public static final ExportDMA ENREGISTREMENT_DES_FACTURES_ACHAT
public static final ExportDMA EQUIVALENCE_ETABLISSEMENT_FAMILLES_AFFAIRE
public static final ExportDMA EQUIVALENCE_PRODUIT_ZONE_FISCALE
public static final ExportDMA ETAT_DE_SITUATION_ANALYTIQUE
public static final ExportDMA INDICES
public static final ExportDMA JOURNAUX_ABONNEMENTS
public static final ExportDMA JOURNAUX_ACHATS
public static final ExportDMA JOURNAUX_ANALYTIQUES
public static final ExportDMA JOURNAUX_DE_SIMLUATION
public static final ExportDMA JOURNAUX_DE_TRESORERIE
public static final ExportDMA JOURNAUX_DE_VENTES
public static final ExportDMA JOURNAUX_OD
public static final ExportDMA LIBELLES_LIBRES_DES_MONTANTS_HISTORISES
public static final ExportDMA MODELES_DE_LOT
public static final ExportDMA MOT_CLE
public static final ExportDMA MOTIFS_ECONOMIQUES_VIREMENTS_BANQUE_DE_FRANCE
public static final ExportDMA NATURE_DE_DEPENSE
public static final ExportDMA NATURE_DE_DEPENSE_EXTERNE
public static final ExportDMA PLAN_BUDGETAIRE
public static final ExportDMA POSTES_BUDGETAIRES_DEMANDE
public static final ExportDMA PRODUITS_EXTERNES
public static final ExportDMA SOUS_CLASSIFICATION_PRODUITS_MAINTENUS
public static final ExportDMA TYPE_DE_PRODUITS
public static final ExportDMA COUT_RESSOURCE
public static final ExportDMA SEMAINE_TYPE
public static final ExportDMA ATTRIBUT_VARIABLE
public static final ExportDMA TYPE_ATTRIBUT_VARIABLE
public static final ExportDMA CRM_QUERY
public static ExportDMA[] values()
for (ExportDMA c : ExportDMA.values()) System.out.println(c);
public static ExportDMA 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 String getCode()
getCode
in interface CodeIdentifiable
public boolean equalsCode(String code)
public IdDma.OrdreExport getNumOrdre()
getNumOrdre
in interface IdDma
Copyright © 2016. All rights reserved.