Enum Class EfPackResources

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

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

    • EfTrue

      public static final EfPackResources EfTrue
    • EfFalse

      public static final EfPackResources EfFalse
    • EfFtyLabelLabel

      public static final EfPackResources EfFtyLabelLabel
    • EfFtyLastNameLabel

      public static final EfPackResources EfFtyLastNameLabel
    • EfFtyFirstNameLabel

      public static final EfPackResources EfFtyFirstNameLabel
    • EfFtyEmailLabel

      public static final EfPackResources EfFtyEmailLabel
    • EfFtyDateLabel

      public static final EfPackResources EfFtyDateLabel
    • EfFtyBirthDateLabel

      public static final EfPackResources EfFtyBirthDateLabel
    • EfFtyPhoneLabel

      public static final EfPackResources EfFtyPhoneLabel
    • EfFtyVisaLabel

      public static final EfPackResources EfFtyVisaLabel
    • EfFtyNationalityLabel

      public static final EfPackResources EfFtyNationalityLabel
    • EfFtyPostalCodeLabel

      public static final EfPackResources EfFtyPostalCodeLabel
    • EfFtyTextLabel

      public static final EfPackResources EfFtyTextLabel
    • EfFtyText$maxLengthLabel

      public static final EfPackResources EfFtyText$maxLengthLabel
    • EfFtyYesNoLabel

      public static final EfPackResources EfFtyYesNoLabel
    • EfFtyCountLabel

      public static final EfPackResources EfFtyCountLabel
    • EfFtyAmountLabel

      public static final EfPackResources EfFtyAmountLabel
    • EfFtyCustomListSelectLabel

      public static final EfPackResources EfFtyCustomListSelectLabel
    • EfFtyCustomListRadioLabel

      public static final EfPackResources EfFtyCustomListRadioLabel
    • EfFtyCustomListCheckboxLabel

      public static final EfPackResources EfFtyCustomListCheckboxLabel
    • EfFtyInternalLayoutLabel

      public static final EfPackResources EfFtyInternalLayoutLabel
    • EfFtyInternalMapLabel

      public static final EfPackResources EfFtyInternalMapLabel
    • EfFtyCustomListSelect$customListLabel

      public static final EfPackResources EfFtyCustomListSelect$customListLabel
    • EfFtyCustomListRadio$customListLabel

      public static final EfPackResources EfFtyCustomListRadio$customListLabel
    • EfFtyCustomListCheckbox$customListLabel

      public static final EfPackResources EfFtyCustomListCheckbox$customListLabel
    • EfFtyCustomListRadio$layoutLabel

      public static final EfPackResources EfFtyCustomListRadio$layoutLabel
    • EfFtyCustomListRadio$layoutVerticalLabel

      public static final EfPackResources EfFtyCustomListRadio$layoutVerticalLabel
    • EfFtyCustomListRadio$layoutHorizontalLabel

      public static final EfPackResources EfFtyCustomListRadio$layoutHorizontalLabel
    • EfFtyCustomListCheckbox$layoutLabel

      public static final EfPackResources EfFtyCustomListCheckbox$layoutLabel
    • EfFtyCustomListCheckbox$layoutVerticalLabel

      public static final EfPackResources EfFtyCustomListCheckbox$layoutVerticalLabel
    • EfFtyCustomListCheckbox$layoutHorizontalLabel

      public static final EfPackResources EfFtyCustomListCheckbox$layoutHorizontalLabel
    • EfFtyFileLabel

      public static final EfPackResources EfFtyFileLabel
    • EfFtyFile$maxFileSizeLabel

      public static final EfPackResources EfFtyFile$maxFileSizeLabel
    • EfFtyFile$maxSizeLabel

      public static final EfPackResources EfFtyFile$maxSizeLabel
    • EfFtyFile$acceptLabel

      public static final EfPackResources EfFtyFile$acceptLabel
    • EfFtyComputedAmountLabel

      public static final EfPackResources EfFtyComputedAmountLabel
    • EfFvaEmailNotInBlacklistLabel

      public static final EfPackResources EfFvaEmailNotInBlacklistLabel
    • EfFvaEmailNotInBlacklistDescription

      public static final EfPackResources EfFvaEmailNotInBlacklistDescription
    • EfFvaGte13AnsLabel

      public static final EfPackResources EfFvaGte13AnsLabel
    • EfFvaLt16AnsLabel

      public static final EfPackResources EfFvaLt16AnsLabel
    • EfFvaGte16AnsLabel

      public static final EfPackResources EfFvaGte16AnsLabel
    • EfFvaLt18AnsLabel

      public static final EfPackResources EfFvaLt18AnsLabel
    • EfFvaGte18AnsLabel

      public static final EfPackResources EfFvaGte18AnsLabel
    • EfFvaInFutureLabel

      public static final EfPackResources EfFvaInFutureLabel
    • EfFvaInPastLabel

      public static final EfPackResources EfFvaInPastLabel
    • EfFvaPhoneFrLabel

      public static final EfPackResources EfFvaPhoneFrLabel
    • EfFvaPhoneFrFixeLabel

      public static final EfPackResources EfFvaPhoneFrFixeLabel
    • EfFvaPhoneFrMobileLabel

      public static final EfPackResources EfFvaPhoneFrMobileLabel
  • Method Details

    • values

      public static EfPackResources[] 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 EfPackResources 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