public enum Resources extends Enum<Resources> implements MessageKey
| Enum Constant and Description |
|---|
DYNAMOX_BOOLEAN_NOT_FORMATTED
Erreur de formattage d'un booléen.
|
DYNAMOX_DATE_NOT_FORMATTED
Ce champ doit contenir une date valide.
|
DYNAMOX_NUMBER_NOT_FORMATTED
Type de donnée erroné.
|
DYNAMOX_NUMBER_TOO_BIG
Le nombre est trop grand.
|
| 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.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfnamepublic static final Resources DYNAMOX_NUMBER_NOT_FORMATTED
public static final Resources DYNAMOX_NUMBER_TOO_BIG
public static final Resources DYNAMOX_BOOLEAN_NOT_FORMATTED
public static final Resources DYNAMOX_DATE_NOT_FORMATTED
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.