Enum Class ValidationType

java.lang.Object
java.lang.Enum<ValidationType>
overit.geocallapp.wfm.execution.bl.systemsetting.ValidationType
All Implemented Interfaces:
Serializable, Comparable<ValidationType>, Constable, overit.geocallapp.wfm.base.systemsettings.SystemSettingsEnum

public enum ValidationType extends Enum<ValidationType> implements overit.geocallapp.wfm.base.systemsettings.SystemSettingsEnum
The enum that defines the validation types.
Since:
15.0
  • Enum Constant Details

  • Field Details

    • id

      protected Long id
    • code

      protected String code
  • Method Details

    • values

      public static ValidationType[] 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 ValidationType 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
    • valueOf

      public static ValidationType valueOf(Long id)
      Returns the enum constant with the specified id.
      Parameters:
      id - the enum id
      Returns:
      the enum constant
    • getId

      public Long getId()
      Description copied from interface: overit.geocallapp.wfm.base.systemsettings.SystemSettingsEnum
      Returns the system settings enum id.
      Specified by:
      getId in interface overit.geocallapp.wfm.base.systemsettings.SystemSettingsEnum
      Returns:
      the the system settings enum id
    • getCode

      public String getCode()
      Description copied from interface: overit.geocallapp.wfm.base.systemsettings.SystemSettingsEnum
      Returns the system settings enum code.
      Specified by:
      getCode in interface overit.geocallapp.wfm.base.systemsettings.SystemSettingsEnum
      Returns:
      the system settings enum code