public enum NiveauFormation extends Enum<NiveauFormation>
| Enum Constant and Description |
|---|
AUTRES_FORMATIONS_PRO |
BILANS_COMPETENCES |
I |
III |
IV |
IX |
PRESTATIONS_ORIENTATION |
V |
VI |
| Modifier and Type | Method and Description |
|---|---|
String |
value() |
static NiveauFormation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NiveauFormation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NiveauFormation I
public static final NiveauFormation III
public static final NiveauFormation IV
public static final NiveauFormation V
public static final NiveauFormation VI
public static final NiveauFormation IX
public static final NiveauFormation AUTRES_FORMATIONS_PRO
public static final NiveauFormation PRESTATIONS_ORIENTATION
public static final NiveauFormation BILANS_COMPETENCES
public static NiveauFormation[] values()
for (NiveauFormation c : NiveauFormation.values()) System.out.println(c);
public static NiveauFormation 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()
Copyright © 2016. All rights reserved.