public enum TypeJournal extends Enum<TypeJournal> implements CodeIdentifiable
Enum Constant and Description |
---|
A_NOUVEAUX |
ABONNEMENT |
ACHAT |
ANALYTIQUE |
BANQUE |
JOURNAL_OUVERTURE |
OPERATIONS_DIVERSES |
RA |
SIMULATION |
VENTE |
Modifier and Type | Method and Description |
---|---|
boolean |
equalsCode(String code) |
String |
getCode() |
String |
value() |
static TypeJournal |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeJournal[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeJournal BANQUE
public static final TypeJournal VENTE
public static final TypeJournal ACHAT
public static final TypeJournal OPERATIONS_DIVERSES
public static final TypeJournal A_NOUVEAUX
public static final TypeJournal JOURNAL_OUVERTURE
public static final TypeJournal ABONNEMENT
public static final TypeJournal SIMULATION
public static final TypeJournal RA
public static final TypeJournal ANALYTIQUE
public static TypeJournal[] values()
for (TypeJournal c : TypeJournal.values()) System.out.println(c);
public static TypeJournal 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 String getCode()
getCode
in interface CodeIdentifiable
public boolean equalsCode(String code)
Copyright © 2016. All rights reserved.