public enum TypeFinanceur extends Enum<TypeFinanceur>
Enum Constant and Description |
---|
ADMINISTRATION |
AUTRE_PRESTATAIRE_FORMATION |
AUTRES_RESSOURCES_PUBLIQUES |
CONSEILS_REGIONAUX |
ENTREPRISE_ETRANGERE |
ENTREPRISE_FRANCAISE |
ETAT |
FAF |
INSTANCES_EUROPEENNES |
OPCA |
PARTICULIER |
POLE_EMPLOI |
Modifier and Type | Method and Description |
---|---|
Double |
value() |
static TypeFinanceur |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeFinanceur[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeFinanceur ENTREPRISE_FRANCAISE
public static final TypeFinanceur OPCA
public static final TypeFinanceur FAF
public static final TypeFinanceur ADMINISTRATION
public static final TypeFinanceur INSTANCES_EUROPEENNES
public static final TypeFinanceur ETAT
public static final TypeFinanceur CONSEILS_REGIONAUX
public static final TypeFinanceur AUTRES_RESSOURCES_PUBLIQUES
public static final TypeFinanceur PARTICULIER
public static final TypeFinanceur AUTRE_PRESTATAIRE_FORMATION
public static final TypeFinanceur ENTREPRISE_ETRANGERE
public static final TypeFinanceur POLE_EMPLOI
public static TypeFinanceur[] values()
for (TypeFinanceur c : TypeFinanceur.values()) System.out.println(c);
public static TypeFinanceur 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()
Copyright © 2016. All rights reserved.