public enum ClasseCompte extends Enum<ClasseCompte> implements CodeIdentifiable
| Enum Constant and Description | 
|---|
| _1_CAPITAUX | 
| _2_IMMOBILISATIONS | 
| _3_STOCKS_ET_EN_COURS | 
| _4_TIERS | 
| _5_FINANCIERS | 
| _6_CHARGES | 
| _7_PRODUITS | 
| _8_SPECIAUX | 
| _9_ANALYTIQUE | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | contains(String numeroCompte) | 
| String | getCode() | 
| static ClasseCompte | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static ClasseCompte[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final ClasseCompte _1_CAPITAUX
public static final ClasseCompte _2_IMMOBILISATIONS
public static final ClasseCompte _3_STOCKS_ET_EN_COURS
public static final ClasseCompte _4_TIERS
public static final ClasseCompte _5_FINANCIERS
public static final ClasseCompte _6_CHARGES
public static final ClasseCompte _7_PRODUITS
public static final ClasseCompte _8_SPECIAUX
public static final ClasseCompte _9_ANALYTIQUE
public static ClasseCompte[] values()
for (ClasseCompte c : ClasseCompte.values()) System.out.println(c);
public static ClasseCompte 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 CodeIdentifiablepublic boolean contains(String numeroCompte)
Copyright © 2016. All rights reserved.