public enum Resources extends Enum<Resources> implements io.vertigo.core.locale.MessageKey
| Enum Constant and Description |
|---|
TEMPO_MAIL_ADRESS_MAIL_INVALID
L''adresse email {0} n''est pas correct.
|
TEMPO_MAIL_SERVER_TIMEOUT
Le serveur mail {0}:{1} ne répond pas.
|
| Modifier and Type | Method and Description |
|---|---|
static Resources |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Resources[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Resources TEMPO_MAIL_ADRESS_MAIL_INVALID
public static final Resources TEMPO_MAIL_SERVER_TIMEOUT
public static Resources[] values()
for (Resources c : Resources.values()) System.out.println(c);
public static Resources 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 © 2019. All Rights Reserved.