public enum CgTypeCompte extends Enum<CgTypeCompte>
Modifier and Type | Method and Description |
---|---|
String |
getClasse() |
String |
getLibelle() |
static String |
getLibelle(String classe) |
static CgTypeCompte |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CgTypeCompte[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CgTypeCompte CAPITAL_ET_RESERVES
public static final CgTypeCompte REPORT_A_NOUVEAU
public static final CgTypeCompte RESULTAT_DE_LEXERCICE
public static final CgTypeCompte SUBVENTIONS_INVESTISSEMENT
public static final CgTypeCompte PROVISIONS_REGLEMENTEES
public static final CgTypeCompte PROVISIONS_POUR_RISQUES_ET_CHARGES
public static final CgTypeCompte EMPRUNTS_ET_DETTES_ASSIMILEES
public static final CgTypeCompte DETTES_RATTACHEES_A_DES_PARTICIPATIONS
public static final CgTypeCompte COMPTES_DE_LIAISON_DES_ETABLISSEMENTS
public static final CgTypeCompte IMMOBILISATIONS_INCORPORELLES
public static final CgTypeCompte IMMOBILISATIONS_CORPORELLES
public static final CgTypeCompte IMMOBILISATIONS_MISES_EN_CONCESSION
public static final CgTypeCompte IMMOBILISATIONS_EN_COURS
public static final CgTypeCompte PARTICIPATIONS_ET_CREANCES_RATTACHEES
public static final CgTypeCompte AUTRES_IMMOBILISATIONS_FINANCIERES
public static final CgTypeCompte AMORTISSEMENTS_DES_IMMOBILISATIONS
public static final CgTypeCompte PROVISIONS_POUR_DEPRECIATION_DES_IMMO
public static final CgTypeCompte STOCKS_DE_MATIERES_PREMIERES
public static final CgTypeCompte AUTRES_APPROVISIONNEMENTS
public static final CgTypeCompte EN_COURS_DE_PRODUCTION_DE_BIENS
public static final CgTypeCompte EN_COURS_DE_PRODUCTION_DE_SERVICES
public static final CgTypeCompte STOCKS_DE_PRODUITS
public static final CgTypeCompte STOCKS_DE_MARCHANDISES
public static final CgTypeCompte PROVISIONS_POUR_DEPRECIATION_DES_STOCKS
public static final CgTypeCompte FOURNISSEURS_ET_COMPTES_RATTACHES
public static final CgTypeCompte CLIENTS_ET_COMPTES_RATTACHES
public static final CgTypeCompte PERSONNEL_ET_COMPTES_RATTACHES
public static final CgTypeCompte SECURITE_SOCIALE_ET_AUTRES_ORGANISMES
public static final CgTypeCompte ETAT_ET_AUTRES_COLLECTIVITES_PUBLIQUES
public static final CgTypeCompte GROUPE_ET_ASSOCIES
public static final CgTypeCompte DEBITEURS_DIVERS_ET_CREDITEURS_DIVERS
public static final CgTypeCompte COMPTES_TRANSITOIRES_OU_DATTENTE
public static final CgTypeCompte COMPTES_DE_REGULARISATION
public static final CgTypeCompte VALEURS_MOBILIERES_DE_PLACEMENT
public static final CgTypeCompte BANQUES_ETABLISSEMENTS_FINANCIERS
public static final CgTypeCompte CAISSE
public static final CgTypeCompte REGIES_DAVANCES_ET_ACCREDITIFS
public static final CgTypeCompte VIREMENTS_INTERNES
public static final CgTypeCompte PROVISIONS_POUR_DEPREC_DES_CTES_FINANCIERS
public static final CgTypeCompte ACHATS
public static final CgTypeCompte AUTRES_CHARGES_EXTERNES_SERV_EXT
public static final CgTypeCompte AUTRES_CHARGES_EXTERNES_AUTRES_SERV_EXT
public static final CgTypeCompte IMPOTS_TAXES_ET_VERSEMENTS_ASSIMILES
public static final CgTypeCompte CHARGES_DE_PERSONNEL
public static final CgTypeCompte AUTRES_CHARGES_DE_GESTION_COURANTE
public static final CgTypeCompte CHARGES_FINANCIERES
public static final CgTypeCompte CHARGES_EXCEPTIONNELLES
public static final CgTypeCompte DOTATIONS_AUX_AMORT_ET_AUX_PROVISIONS
public static final CgTypeCompte PARTICIPATION_DES_SALARIES_IMPOTS_BENEF
public static final CgTypeCompte VENTES_DE_PRODUITS_FABRIQUES_PRESTATIONS
public static final CgTypeCompte PRODUCTION_STOCKEE_DESTOCKAGE
public static final CgTypeCompte PRODUCTION_IMMOBILISEE
public static final CgTypeCompte SUBVENTIONS_DEXPLOITATION
public static final CgTypeCompte AUTRES_PRODUITS_DE_GESTION_COURANTE
public static final CgTypeCompte PRODUITS_FINANCIERS
public static final CgTypeCompte PRODUITS_EXCEPTIONNELS
public static final CgTypeCompte REPRISES_SUR_AMORTISSEMENTS_ET_PROVISIONS
public static final CgTypeCompte TRANSFERTS_DE_CHARGES
public static final CgTypeCompte ENGAGEMENTS
public static final CgTypeCompte RESULTAT_EN_INSTANCE_DAFFECTATION
public static final CgTypeCompte BILAN
public static CgTypeCompte[] values()
for (CgTypeCompte c : CgTypeCompte.values()) System.out.println(c);
public static CgTypeCompte 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 getClasse()
public String getLibelle()
Copyright © 2016. All rights reserved.