public enum TypeJournalOD extends Enum<TypeJournalOD> implements IdentIdentifiable
Enum Constant and Description |
---|
A_NOUVEAUX |
IMPUTATION |
NON_DEFINI |
PAYE |
REG_TVA |
REVISION |
Modifier and Type | Method and Description |
---|---|
Double |
getIdent() |
Double |
value() |
static TypeJournalOD |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeJournalOD[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeJournalOD NON_DEFINI
public static final TypeJournalOD IMPUTATION
public static final TypeJournalOD REVISION
public static final TypeJournalOD PAYE
public static final TypeJournalOD A_NOUVEAUX
public static final TypeJournalOD REG_TVA
public static TypeJournalOD[] values()
for (TypeJournalOD c : TypeJournalOD.values()) System.out.println(c);
public static TypeJournalOD 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 Double getIdent()
getIdent
in interface IdentIdentifiable
Copyright © 2016. All rights reserved.