public enum Resources extends Enum<Resources> implements MessageKey
| Enum Constant and Description |
|---|
DYNAMO_COLLECTIONS_INDEXER_TOO_MANY_CLAUSES
"Votre recherche n'est pas assez sélective.
|
| 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 DYNAMO_COLLECTIONS_INDEXER_TOO_MANY_CLAUSES
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 © 2016. All Rights Reserved.