public enum RegimeTVAFournisseur extends Enum<RegimeTVAFournisseur> implements IdentIdentifiable, Localisable
| Enum Constant and Description |
|---|
AU_DEBIT |
DROIT_COMMUN |
| Modifier and Type | Method and Description |
|---|---|
static String |
findLibelle(Double code) |
Double |
getIdent() |
String |
getLibelle() |
String |
libelle() |
Double |
value() |
static RegimeTVAFournisseur |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegimeTVAFournisseur[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegimeTVAFournisseur DROIT_COMMUN
public static final RegimeTVAFournisseur AU_DEBIT
public static RegimeTVAFournisseur[] values()
for (RegimeTVAFournisseur c : RegimeTVAFournisseur.values()) System.out.println(c);
public static RegimeTVAFournisseur 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 Double value()
public final String libelle()
public String getLibelle()
getLibelle in interface Localisablepublic Double getIdent()
getIdent in interface IdentIdentifiableCopyright © 2016. All rights reserved.