public enum TypeTable extends Enum<TypeTable> implements ITypeTable, CodeIdentifiable, Localisable, IdDma
IdDma.OrdreExport
Modifier and Type | Method and Description |
---|---|
boolean |
equalsCode(String code) |
String |
getCode() |
String |
getIdDma() |
String |
getIdDMA() |
String |
getLibelle() |
IdDma.OrdreExport |
getNumOrdre() |
static TypeTable |
getTypeTableByIdDMA(String idDMA) |
String |
nomTable() |
String |
typeTable() |
String |
value() |
static TypeTable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeTable |
valueOfCode(String code) |
static TypeTable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeTable DEMANDE
public static final TypeTable APPROBATION
public static final TypeTable CALENDRIER
public static final TypeTable DEVISE
public static final TypeTable DIVISION
public static final TypeTable DECLENCHEUR
public static final TypeTable ETABLISSEMENT
public static final TypeTable FAMILLE
public static final TypeTable SFAMILLE
public static final TypeTable ISO_PARAM
public static final TypeTable PAYS_PARAM
public static final TypeTable PROFIL_UTILISATEUR
public static final TypeTable TYPE_ADRESSE
public static final TypeTable TYPE_CONTACT
public static final TypeTable TYPE_LTIERS
public static final TypeTable REGION_PARAM
public static final TypeTable SAVOIR
public static final TypeTable PARSTD_PARAM
public static final TypeTable PARSTD_NUM_PARAM
public static final TypeTable UTILISATEUR
public static final TypeTable ADRESSE
public static final TypeTable PERSONNE
public static final TypeTable RIB
public static final TypeTable AUTRES_TIERS
public static final TypeTable AUTRES_TIERS_ZL
public static final TypeTable COLLABORATEUR
public static final TypeTable CLIENT
public static final TypeTable CLIENT_ZL
public static final TypeTable PROSPECT
public static final TypeTable LNK_CLI_CLB
public static final TypeTable LNK_CLI_CLB_ZL
public static final TypeTable CONTACT
public static final TypeTable CONTACT_ZL
public static final TypeTable CONTACT_CLIENT
public static final TypeTable CONTACT_SITE_CLIENT
public static final TypeTable CONTACT_SITE_AUTRETIERS
public static final TypeTable CONTACT_FOURNISSEUR
public static final TypeTable CONTACT_AUTRETIERS
public static final TypeTable FOURNISSEUR
public static final TypeTable LIEU_FORMATION
public static final TypeTable SALLE
public static final TypeTable INTERVENANT
public static final TypeTable STAGE
public static final TypeTable SESSION
public static final TypeTable MODULE
public static final TypeTable INSCRIPTION
public static final TypeTable ACTIVITE
public static final TypeTable DELAI
public static final TypeTable SECTEUR_GEO
public static final TypeTable PARAM_ETAT
public static final TypeTable FC_MODEL_TARIF
public static final TypeTable PRODUIT_MAINT
public static final TypeTable PRODUIT_VENDU
public static final TypeTable PRODUIT_ACHAT
public static final TypeTable DEMANDE_ABSENCE
public static final TypeTable CLASSIFICATION_PRDT
public static final TypeTable OPPORTUNITE
public static final TypeTable LIGNE_OPPORTUNITE
public static final TypeTable LIVRAISON
public static final TypeTable EVENEMENT
public static final TypeTable EVENEMENT_ZL
public static final TypeTable AFFAIRE
public static final TypeTable PLANNING
public static final TypeTable TEMPS_PASSES
public static final TypeTable DOCUMENT
public static final TypeTable CONTRAT_CLI
public static final TypeTable CONTRAT_FOU
public static final TypeTable CNTVERSION
public static final TypeTable PRDVERSION
public static final TypeTable PRDREVISION
public static final TypeTable DMF
public static final TypeTable MODELE_PREFERENCES
public static final TypeTable NOTE_FRAIS
public static final TypeTable COMPTE_GENE
public static final TypeTable LIGNE_FACCLI
public static final TypeTable LIGNE_COMCLI
public static final TypeTable LIGNE_LIVRAISON
public static final TypeTable LIGNE_TITRE
public static final TypeTable TABFFAC
public static final TypeTable TABFACA
public static final TypeTable MARCHE
public static final TypeTable FAQ
public static final TypeTable COMMANDE_CLIENT
public static final TypeTable FACTURE_CLIENT
public static final TypeTable FACTURE_FOURNISSEUR
public static final TypeTable PIECE_GEST_ACHAT
public static final TypeTable PIECE_GEST_VENTE
public static final TypeTable PARSTD_PARAM_SVR
public static final TypeTable CATEGORIE_CONTRAT
public static final TypeTable LOT
public static final TypeTable SSLOT
public static final TypeTable CHEQUIER
public static final TypeTable RECEPTION
public static final TypeTable COMMANDE_FOURNISSEUR
public static final TypeTable LIEN_COT_FOURNISSEUR
public static final TypeTable ENCAISSEMENT
public static final TypeTable CAMPAGNE
public static final TypeTable CAMPAGNE_STEP
public static final TypeTable PLAN_ACTION_RECEPTION
public static final TypeTable AFFPLAN
public static final TypeTable QUESTION
public static final TypeTable QUESTION_COMPL
public static final TypeTable PARAMETRE_SUPPORT
public static final TypeTable LIB_RUBLIB
public static final TypeTable PARAM_LIBRE
public static final TypeTable POSTE_BUD_DDE
public static final TypeTable RECCA
public static final TypeTable FC_PAIEMENT
public static final TypeTable PACKS
public static final TypeTable ACTION
public static final TypeTable LNK_CNT_CLB
public static final TypeTable LNK_CNT_CLB_ZL
public static final TypeTable MDV
public static final TypeTable DDE_MAT
public static final TypeTable SITE_CLIENT
public static final TypeTable SITE_CLIENT_ZL
public static final TypeTable SITE_AUTRE_TIERS
public static final TypeTable SITE_FOU
public static final TypeTable PRODUIT_DESIGNATION
public static final TypeTable PRODUIT_DESIGNATION_ABREGEE
public static final TypeTable PRODUIT_COMMENTAIRE
public static final TypeTable PRODUIT_TITRE_AUTO
public static final TypeTable NIVEAU_COMPETENCE
public static final TypeTable ELEMENT_VAR
public static final TypeTable PILOTAGE_REF
public static final TypeTable MANDAT
public static final TypeTable IMMO
public static final TypeTable ETAT_COMPTA
public static final TypeTable MOTIF_ABSENCE
public static final TypeTable TYPE_DEPENSE
public static final TypeTable INTERVENTION
public static final TypeTable DMDI
public static final TypeTable MODELE_LNOTFRA
public static final TypeTable CATEG_DEMANDE_INTERNE
public static final TypeTable NATURE_DEPENSE_PREVUE
public static final TypeTable DEMANDE_INTERNE
public static TypeTable[] values()
for (TypeTable c : TypeTable.values()) System.out.println(c);
public static TypeTable 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()
value
in interface ITypeTable
public final String nomTable()
public final String getIdDMA()
public final String typeTable()
public String getCode()
getCode
in interface CodeIdentifiable
public boolean equalsCode(String code)
public String getLibelle()
getLibelle
in interface Localisable
public IdDma.OrdreExport getNumOrdre()
getNumOrdre
in interface IdDma
Copyright © 2016. All rights reserved.