Enum CollectionFieldExpressionValidator.Mode

java.lang.Object
java.lang.Enum<CollectionFieldExpressionValidator.Mode>
org.nuiton.validator.xwork2.field.CollectionFieldExpressionValidator.Mode
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<CollectionFieldExpressionValidator.Mode>, java.lang.constant.Constable
Enclosing class:
CollectionFieldExpressionValidator

public static enum CollectionFieldExpressionValidator.Mode
extends java.lang.Enum<CollectionFieldExpressionValidator.Mode>
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • Enum Constant Summary

    Enum Constants 
    Enum Constant Description
    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

    Modifier and Type Method Description
    static CollectionFieldExpressionValidator.Mode valueOf​(java.lang.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, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait