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