public enum ModeCreationMotPasse extends Enum<ModeCreationMotPasse>
Enum Constant and Description |
---|
ADRESSE_EMAIL |
NOM_FAMILLE |
Modifier and Type | Method and Description |
---|---|
static ModeCreationMotPasse |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModeCreationMotPasse[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModeCreationMotPasse ADRESSE_EMAIL
public static final ModeCreationMotPasse NOM_FAMILLE
public static ModeCreationMotPasse[] values()
for (ModeCreationMotPasse c : ModeCreationMotPasse.values()) System.out.println(c);
public static ModeCreationMotPasse 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 nullCopyright © 2016. All rights reserved.