public enum TypeImport extends Enum<TypeImport> implements ITypeImport
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
List<DMFInterface> |
getDroits() |
String |
getLibelle() |
TypeModuleImport |
getType() |
boolean |
isOldImport() |
void |
setDroits(List<DMFInterface> droits) |
void |
setLibelle(String libelle) |
void |
setOldImport(boolean isOldImport) |
void |
setType(TypeModuleImport type) |
static TypeImport |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeImport[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeImport PROSPECTS
public static final TypeImport INTERVENANTS
public static final TypeImport PARCS
public static final TypeImport PRDT_MODELE_MAINT
public static final TypeImport CONTRAT
public static final TypeImport CONTRAT_LIGHT
public static final TypeImport CONTRAT_CLIENT_MCK
public static final TypeImport CONTRAT_FORUNISSEUR_MCK
public static final TypeImport CONTRAT_FOURNISSEUR
public static final TypeImport DEMANDES
public static final TypeImport INTERVENTIONS
public static final TypeImport PROFIL
public static final TypeImport RESSOURCE_HISTO
public static final TypeImport LIBELLE
public static final TypeImport COLLAB_TO_CONTACT
public static final TypeImport AFFAIRE_ZL
public static final TypeImport QUESTIONNAIRES
public static final TypeImport FACTURES_CLIENT
public static final TypeImport FACTURES_FOURNISSEUR
public static final TypeImport COMMANDES_FOURNISSEUR
public static final TypeImport FOURNISSEURS
public static final TypeImport LIVRAISONS_CLIENT
public static final TypeImport APPROVISIONNEMENT_FOURNISSEUR
public static final TypeImport LIVRAISONS
public static final TypeImport OPPORTUNITE
public static final TypeImport COMMANDE_FOU
public static final TypeImport PLANNING_ABS
public static final TypeImport NDF_AMEX
public static final TypeImport ECRITURES
public static final TypeImport TEMPS
public static final TypeImport TACHES
public static final TypeImport TAUX_DEVISES
public static final TypeImport STAGES
public static final TypeImport AFFAIREMULTICLIENT
public static final TypeImport LOTS
public static final TypeImport COMPTES
public static final TypeImport AFFAIRES
public static final TypeImport ZL
public static final TypeImport EVENEMENTS
public static final TypeImport CPT_RESULTAT
public static final TypeImport BVA_ENCAISSMENT
public static final TypeImport PARAMETRES
public static final TypeImport CHEQUIERS
public static final TypeImport TARIFS_BASE
public static final TypeImport TARIFS_CLIENT
public static final TypeImport PLANNING
public static final TypeImport COMPETENCE
public static final TypeImport COMPETENCE_COLLABORATEUR
public static final TypeImport RIB
public static final TypeImport HISTORIQUE_RECONNAISSANCE_CA
public static final TypeImport HISTORIQUE_RATTACHEMENT_PERIODE
public static final TypeImport REFERENCES_FOURNISSEURS
public static final TypeImport IMMOBILISATIONS
public static final TypeImport MANDATS
public static final TypeImport CONF_CRM
public static final TypeImport CLIENTS_OLD
public static final TypeImport DEVIS_OLD
public static final TypeImport PRODUITS_ACHETES_OLD
public static final TypeImport COMMANDES_CLIENT_OLD
public static final TypeImport UTILISATEUR_DMF_OLD
public static final TypeImport SITES_CLIENTS_OLD
public static final TypeImport ABSENCES
public static final TypeImport CLIENTS
public static final TypeImport DROITS_ABSENCES
public static final TypeImport MARCHES
public static final TypeImport PRODUITS_VENDUS
public static final TypeImport RESSOURCE
public static final TypeImport CONTACT
public static final TypeImport DEVIS
public static final TypeImport DROITS_UTILISATEUR
public static final TypeImport SITES_CLIENTS_PROSPECTS
public static final TypeImport PRODUITS_ACHETES
public static final TypeImport COMMANDES_CLIENT
public static final TypeImport LIENS_PRODUIT_INTERVENTION
public static TypeImport[] values()
for (TypeImport c : TypeImport.values()) System.out.println(c);
public static TypeImport 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 getLibelle()
getLibelle
in interface Localisable
public List<DMFInterface> getDroits()
getDroits
in interface ITypeImport
public TypeModuleImport getType()
getType
in interface ITypeImport
public String getCode()
getCode
in interface CodeIdentifiable
public boolean isOldImport()
public void setLibelle(String libelle)
public void setDroits(List<DMFInterface> droits)
public void setType(TypeModuleImport type)
public void setOldImport(boolean isOldImport)
Copyright © 2016. All rights reserved.