Enum Class MailConstants.EMAIL_STATUS

java.lang.Object
java.lang.Enum<MailConstants.EMAIL_STATUS>
com.eurodyn.qlack.fuse.mailing.util.MailConstants.EMAIL_STATUS
All Implemented Interfaces:
Serializable, Comparable<MailConstants.EMAIL_STATUS>, Constable
Enclosing class:
MailConstants

public static enum MailConstants.EMAIL_STATUS extends Enum<MailConstants.EMAIL_STATUS>
Email Status
  • Enum Constant Details

  • Method Details

    • values

      public static MailConstants.EMAIL_STATUS[] 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 MailConstants.EMAIL_STATUS 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