public enum TypeMessageDemandeInfo extends Enum<TypeMessageDemandeInfo> implements IdentIdentifiable
Enum Constant and Description |
---|
AUTRE_MENTION |
NOM_DU_GROUPE_DE_TRAVAIL_DE_LA_DEMANDE |
PRENOM_ET_NOM_DE_LAUTEUR_DES_MESSAGES |
RIEN |
Modifier and Type | Method and Description |
---|---|
Double |
getIdent() |
static TypeMessageDemandeInfo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeMessageDemandeInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeMessageDemandeInfo RIEN
public static final TypeMessageDemandeInfo NOM_DU_GROUPE_DE_TRAVAIL_DE_LA_DEMANDE
public static final TypeMessageDemandeInfo PRENOM_ET_NOM_DE_LAUTEUR_DES_MESSAGES
public static final TypeMessageDemandeInfo AUTRE_MENTION
public static TypeMessageDemandeInfo[] values()
for (TypeMessageDemandeInfo c : TypeMessageDemandeInfo.values()) System.out.println(c);
public static TypeMessageDemandeInfo 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 Double getIdent()
getIdent
in interface IdentIdentifiable
Copyright © 2016. All rights reserved.