Enum Class TipoPostaCert

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

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

    • ACCETTAZIONE

      public static final TipoPostaCert ACCETTAZIONE
    • NON_ACCETTAZIONE

      public static final TipoPostaCert NON_ACCETTAZIONE
    • PRESA_IN_CARICO

      public static final TipoPostaCert PRESA_IN_CARICO
    • AVVENUTA_CONSEGNA

      public static final TipoPostaCert AVVENUTA_CONSEGNA
    • POSTA_CERTIFICATA

      public static final TipoPostaCert POSTA_CERTIFICATA
    • ERRORE

      public static final TipoPostaCert ERRORE
    • ERRORE_CONSEGNA

      public static final TipoPostaCert ERRORE_CONSEGNA
    • PREAVVISO_ERRORE_CONSEGNA

      public static final TipoPostaCert PREAVVISO_ERRORE_CONSEGNA
    • RILEVAZIONE_VIRUS

      public static final TipoPostaCert RILEVAZIONE_VIRUS
  • Method Details

    • values

      public static TipoPostaCert[] 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 TipoPostaCert 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 TipoPostaCert from(String descrizione)