public enum TypeRechercheAffaire extends Enum<TypeRechercheAffaire>
Enum Constant and Description |
---|
AFFAIRES |
AFFECTATION_STOCKS |
CPTE_EXPLOIT |
CTRL_BUDG |
HISTO_CA |
HISTORISATION |
LOT |
RATTACH_CHARGES |
RATTACH_PRODUITS |
Modifier and Type | Method and Description |
---|---|
static TypeRechercheAffaire |
getByValue(int value) |
int |
getValue() |
static TypeRechercheAffaire |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeRechercheAffaire[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeRechercheAffaire AFFAIRES
public static final TypeRechercheAffaire HISTORISATION
public static final TypeRechercheAffaire HISTO_CA
public static final TypeRechercheAffaire CTRL_BUDG
public static final TypeRechercheAffaire LOT
public static final TypeRechercheAffaire CPTE_EXPLOIT
public static final TypeRechercheAffaire RATTACH_CHARGES
public static final TypeRechercheAffaire RATTACH_PRODUITS
public static final TypeRechercheAffaire AFFECTATION_STOCKS
public static TypeRechercheAffaire[] values()
for (TypeRechercheAffaire c : TypeRechercheAffaire.values()) System.out.println(c);
public static TypeRechercheAffaire 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 static TypeRechercheAffaire getByValue(int value)
public int getValue()
Copyright © 2016. All rights reserved.