Enum Class RequestStatus

java.lang.Object
java.lang.Enum<RequestStatus>
main.model.request.RequestStatus
All Implemented Interfaces:
Serializable, Comparable<RequestStatus>, Constable

public enum RequestStatus extends Enum<RequestStatus>
This enum represents the status of a request
  • Enum Constant Details

    • APPROVED

      public static final RequestStatus APPROVED
      The request is approved
    • DENIED

      public static final RequestStatus DENIED
      The request is denied
    • PENDING

      public static final RequestStatus PENDING
      The request is pending
  • Constructor Details

    • RequestStatus

      private RequestStatus()
  • Method Details

    • values

      public static RequestStatus[] 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 RequestStatus 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
    • showColorfulStatus

      public String showColorfulStatus()
      This method returns a string representation of the status with colors
      Returns:
      The string representation of the status with colors