Enum Class UpdateType

java.lang.Object
java.lang.Enum<UpdateType>
org.deltava.beans.UpdateType
All Implemented Interfaces:
Serializable, Comparable<UpdateType>, Constable

public enum UpdateType extends Enum<UpdateType>
An enumeration of Pilot status update types.
Since:
8.7
Version:
11.0
Author:
Luke
  • Enum Constant Details

    • COMMENT

      public static final UpdateType COMMENT
    • INTPROMOTION

      public static final UpdateType INTPROMOTION
    • RANK_CHANGE

      public static final UpdateType RANK_CHANGE
    • RATING_ADD

      public static final UpdateType RATING_ADD
    • RECOGNITION

      public static final UpdateType RECOGNITION
    • STATUS_CHANGE

      public static final UpdateType STATUS_CHANGE
    • SECURITY_ADD

      public static final UpdateType SECURITY_ADD
    • RATING_REMOVE

      public static final UpdateType RATING_REMOVE
    • SECURITY_REMOVE

      public static final UpdateType SECURITY_REMOVE
    • EXTPROMOTION

      public static final UpdateType EXTPROMOTION
    • AIRLINE_TX

      public static final UpdateType AIRLINE_TX
    • INACTIVITY

      public static final UpdateType INACTIVITY
    • ACADEMY

      public static final UpdateType ACADEMY
    • CERT_ADD

      public static final UpdateType CERT_ADD
    • SR_CAPTAIN

      public static final UpdateType SR_CAPTAIN
    • SUSPENDED

      public static final UpdateType SUSPENDED
    • LOA

      public static final UpdateType LOA
    • EXT_AUTH

      public static final UpdateType EXT_AUTH
    • CONTENT_WARN

      public static final UpdateType CONTENT_WARN
    • CURRENCY

      public static final UpdateType CURRENCY
    • ELITE_QUAL

      public static final UpdateType ELITE_QUAL
    • TOUR

      public static final UpdateType TOUR
    • ADDRINVALID

      public static final UpdateType ADDRINVALID
    • ELITE_ROLLOVER

      public static final UpdateType ELITE_ROLLOVER
  • Method Details

    • values

      public static UpdateType[] 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 UpdateType 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
    • getDescription

      public String getDescription()
      Returns the type description.
      Returns:
      the description
    • getIsHidden

      public boolean getIsHidden()
      Returns whether updates of this type should be hidden to non-HR users.
      Returns:
      TRUE if hidden, otherwise FALSE