|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<CollectionFieldExpressionValidator.Mode>
jaxx.runtime.validator.field.CollectionFieldExpressionValidator.Mode
public static enum CollectionFieldExpressionValidator.Mode
| Enum Constant Summary | |
|---|---|
ALL
toutes les valeurs de la collection doivent etre valides |
|
AT_LEAST_ONE
au moins une entrée de la collection doit etre valide |
|
EXACTLY_ONE
exactement une entrée dela collection doit être valide |
|
NONE
aucune valeur de la collection doivent etre valides |
|
UNIQUE_KEY
detection de clef unique |
|
| Method Summary | |
|---|---|
static CollectionFieldExpressionValidator.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CollectionFieldExpressionValidator.Mode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final CollectionFieldExpressionValidator.Mode AT_LEAST_ONE
public static final CollectionFieldExpressionValidator.Mode EXACTLY_ONE
public static final CollectionFieldExpressionValidator.Mode ALL
public static final CollectionFieldExpressionValidator.Mode NONE
public static final CollectionFieldExpressionValidator.Mode UNIQUE_KEY
| Method Detail |
|---|
public static CollectionFieldExpressionValidator.Mode[] values()
for (CollectionFieldExpressionValidator.Mode c : CollectionFieldExpressionValidator.Mode.values()) System.out.println(c);
public static CollectionFieldExpressionValidator.Mode valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||