public enum NatureImputation extends Enum<NatureImputation> implements ITypeTable
Enum Constant and Description |
---|
ENCAISS_DECAISS |
FACTURE_CLIENT |
FACTURE_FOURNISSEUR |
Modifier and Type | Method and Description |
---|---|
String |
value() |
static NatureImputation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NatureImputation |
valueOfCode(String code) |
static NatureImputation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NatureImputation ENCAISS_DECAISS
public static final NatureImputation FACTURE_CLIENT
public static final NatureImputation FACTURE_FOURNISSEUR
public static NatureImputation[] values()
for (NatureImputation c : NatureImputation.values()) System.out.println(c);
public static NatureImputation 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()
value
in interface ITypeTable
public static final NatureImputation valueOfCode(String code)
Copyright © 2016. All rights reserved.