public enum TypeDestinataireMailSupport extends Enum<TypeDestinataireMailSupport> implements CodeIdentifiable
Enum Constant and Description |
---|
AUTEUR_MESSAGE_PRECEDENT |
GROUPE_DE_TRAVAIL_DE_LA_DEMANDE |
GROUPE_DE_TRAVAIL_SUR_INTERS_EN_COURS |
INTERVENANTS_EN_COURS |
PILOTE_DE_LA_DEMANDE |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
void |
setCode(String code) |
static TypeDestinataireMailSupport |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeDestinataireMailSupport[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeDestinataireMailSupport AUTEUR_MESSAGE_PRECEDENT
public static final TypeDestinataireMailSupport PILOTE_DE_LA_DEMANDE
public static final TypeDestinataireMailSupport GROUPE_DE_TRAVAIL_DE_LA_DEMANDE
public static final TypeDestinataireMailSupport INTERVENANTS_EN_COURS
public static final TypeDestinataireMailSupport GROUPE_DE_TRAVAIL_SUR_INTERS_EN_COURS
public static TypeDestinataireMailSupport[] values()
for (TypeDestinataireMailSupport c : TypeDestinataireMailSupport.values()) System.out.println(c);
public static TypeDestinataireMailSupport 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 String getCode()
getCode
in interface CodeIdentifiable
public void setCode(String code)
Copyright © 2016. All rights reserved.