Enum Class ErrorePEC

java.lang.Object
java.lang.Enum<ErrorePEC>
app.tozzi.mail.pec.model.ErrorePEC
All Implemented Interfaces:
Serializable, Comparable<ErrorePEC>, java.lang.constant.Constable

public enum ErrorePEC extends Enum<ErrorePEC>
Author:
biagio.tozzi
  • Enum Constant Details

    • NESSUNO

      public static final ErrorePEC NESSUNO
    • NO_DEST

      public static final ErrorePEC NO_DEST
    • NO_DOMINIO

      public static final ErrorePEC NO_DOMINIO
    • VIRUS

      public static final ErrorePEC VIRUS
    • ALTRO

      public static final ErrorePEC ALTRO
  • Method Details

    • values

      public static ErrorePEC[] 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 ErrorePEC 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
    • from

      public static ErrorePEC from(String descrizione)