public enum TypeTableZoneLibre extends Enum<TypeTableZoneLibre> implements CodeIdentifiable
| Enum Constant and Description | 
|---|
| AFFAIRES_ZL | 
| AUTRE_TIERS_ZL | 
| CLIENT_ZL | 
| COLLABORATEUR_ZL | 
| CONTRAT_ZL | 
| FICMAINT_ZL | 
| FOURNISSEUR_ZL | 
| IMMOBILISATION_ZL | 
| INTERVENANT_ZL | 
| LOT_ZL | 
| MARCHE_ZL | 
| PRDMAINT_ZL | 
| PRODUIT_VENDU_ZL | 
| SESSION_ZL | 
| SSLOT_ZL | 
| STAGE_ZL | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCode() | 
| static String | getListeZlImportables() | 
| String | value() | 
| static TypeTableZoneLibre | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static TypeTableZoneLibre[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final TypeTableZoneLibre AFFAIRES_ZL
public static final TypeTableZoneLibre CONTRAT_ZL
public static final TypeTableZoneLibre LOT_ZL
public static final TypeTableZoneLibre AUTRE_TIERS_ZL
public static final TypeTableZoneLibre CLIENT_ZL
public static final TypeTableZoneLibre COLLABORATEUR_ZL
public static final TypeTableZoneLibre FOURNISSEUR_ZL
public static final TypeTableZoneLibre SSLOT_ZL
public static final TypeTableZoneLibre INTERVENANT_ZL
public static final TypeTableZoneLibre SESSION_ZL
public static final TypeTableZoneLibre STAGE_ZL
public static final TypeTableZoneLibre FICMAINT_ZL
public static final TypeTableZoneLibre PRDMAINT_ZL
public static final TypeTableZoneLibre IMMOBILISATION_ZL
public static final TypeTableZoneLibre MARCHE_ZL
public static final TypeTableZoneLibre PRODUIT_VENDU_ZL
public static TypeTableZoneLibre[] values()
for (TypeTableZoneLibre c : TypeTableZoneLibre.values()) System.out.println(c);
public static TypeTableZoneLibre 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()
public static final String getListeZlImportables()
public String getCode()
getCode in interface CodeIdentifiableCopyright © 2016. All rights reserved.