public enum StatutParticipant extends Enum<StatutParticipant>
Enum Constant and Description |
---|
AUTRE |
CIF |
DEMANDEUR_EMPLOIS |
DIF |
PARTICULIER |
PLAN_DE_FORMATION |
PROFESSIONNALISATION |
Modifier and Type | Method and Description |
---|---|
Double |
value() |
static StatutParticipant |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatutParticipant[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatutParticipant PLAN_DE_FORMATION
public static final StatutParticipant DIF
public static final StatutParticipant PROFESSIONNALISATION
public static final StatutParticipant CIF
public static final StatutParticipant DEMANDEUR_EMPLOIS
public static final StatutParticipant PARTICULIER
public static final StatutParticipant AUTRE
public static StatutParticipant[] values()
for (StatutParticipant c : StatutParticipant.values()) System.out.println(c);
public static StatutParticipant 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.