Enum Class AuditAirshipStatus

java.lang.Object
java.lang.Enum<AuditAirshipStatus>
es.kukenan.smartfi.microservice.communication.service.enums.AuditAirshipStatus
All Implemented Interfaces:
Serializable, Comparable<AuditAirshipStatus>, Constable

public enum AuditAirshipStatus extends Enum<AuditAirshipStatus>
Enum for sound and color parameters.
  • Enum Constant Details

    • NOTIFICATION_SENT

      public static final AuditAirshipStatus NOTIFICATION_SENT
      Notification sent status.
    • ERROR_NOTIFICATION_SENT

      public static final AuditAirshipStatus ERROR_NOTIFICATION_SENT
      Error Notification sent.
    • PENDING_NOTIFICATION

      public static final AuditAirshipStatus PENDING_NOTIFICATION
      Pending notification status.
  • Field Details

    • status

      private String status
      Value for status.
  • Constructor Details

    • AuditAirshipStatus

      private AuditAirshipStatus(String status)
  • Method Details

    • values

      public static AuditAirshipStatus[] 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 AuditAirshipStatus 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
    • getStatus

      public String getStatus()
      method to get enum value.
      Returns:
      String value of enum.