public enum RacineCompte extends Enum<RacineCompte> implements CodeIdentifiable
| Enum Constant and Description |
|---|
_4456_TVA_DEDUCTIBLE |
_4457_TVA_COLLECTEE |
_4458_TVA_EN_ATTENTE |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
static RacineCompte |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RacineCompte[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RacineCompte _4456_TVA_DEDUCTIBLE
public static final RacineCompte _4457_TVA_COLLECTEE
public static final RacineCompte _4458_TVA_EN_ATTENTE
public static RacineCompte[] values()
for (RacineCompte c : RacineCompte.values()) System.out.println(c);
public static RacineCompte 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 CodeIdentifiableCopyright © 2016. All rights reserved.