public enum TypeAnomalieCa3 extends Enum<TypeAnomalieCa3> implements Localisable
Modifier and Type | Method and Description |
---|---|
String |
getLibelle() |
Double |
getNumOrdre() |
static TypeAnomalieCa3 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeAnomalieCa3[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeAnomalieCa3 FACTURE_VENTE_NON_VALIDEE
public static final TypeAnomalieCa3 FACTURE_ACHAT_NON_VALIDEE
public static final TypeAnomalieCa3 ENCAISSEMENT_CLIENT_NON_IMPUTES
public static final TypeAnomalieCa3 ENCAISSEMENT_FOURNISSEUR_NON_IMPUTES
public static final TypeAnomalieCa3 DECAISSEMENTS_FOURNISSEUR_NON_IMPUTES
public static final TypeAnomalieCa3 FACTURE_VENTE_MARQUEE_COMPTABILISEE
public static final TypeAnomalieCa3 FACTURE_ACHAT_MARQUEE_COMPTABILISEE
public static TypeAnomalieCa3[] values()
for (TypeAnomalieCa3 c : TypeAnomalieCa3.values()) System.out.println(c);
public static TypeAnomalieCa3 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 Double getNumOrdre()
Copyright © 2016. All rights reserved.