Enum Class Resources

java.lang.Object
java.lang.Enum<Resources>
io.vertigo.easyforms.runner.Resources
All Implemented Interfaces:
io.vertigo.core.locale.LocaleMessageKey, Serializable, Comparable<Resources>, Constable

public enum Resources extends Enum<Resources> implements io.vertigo.core.locale.LocaleMessageKey
Resources dictionary.
Author:
skerdudou
  • Enum Constant Details

    • EfUnknownFormatterError

      public static final Resources EfUnknownFormatterError
    • EfInvalidCode

      public static final Resources EfInvalidCode
    • EfInvalidSpecialChars

      public static final Resources EfInvalidSpecialChars
    • EfInvalidEmail

      public static final Resources EfInvalidEmail
    • EfInvalidPhoneNumber

      public static final Resources EfInvalidPhoneNumber
    • EfInvalidVisa

      public static final Resources EfInvalidVisa
    • EfInvalidPostalCode

      public static final Resources EfInvalidPostalCode
    • EfDateTooLate

      public static final Resources EfDateTooLate
    • EfDateTooEarly

      public static final Resources EfDateTooEarly
    • EfDateInPastError

      public static final Resources EfDateInPastError
    • EfDateInFutureError

      public static final Resources EfDateInFutureError
    • EfMinListSize

      public static final Resources EfMinListSize
    • EfMaxListSize

      public static final Resources EfMaxListSize
    • EfUploadMaxSize

      public static final Resources EfUploadMaxSize
    • EfUploadMaxFileSize

      public static final Resources EfUploadMaxFileSize
    • EfUploadAccept

      public static final Resources EfUploadAccept
    • EfUploadAcceptError

      public static final Resources EfUploadAcceptError
    • EfUploadMaxCount

      public static final Resources EfUploadMaxCount
    • EfUploadMinCount

      public static final Resources EfUploadMinCount
    • EfNoValue

      public static final Resources EfNoValue
    • EfIMapMandatory

      public static final Resources EfIMapMandatory
    • EfIMapDuplicateValue

      public static final Resources EfIMapDuplicateValue
  • Method Details

    • values

      public static Resources[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Resources valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null