Enum Class IssueArea

java.lang.Object
java.lang.Enum<IssueArea>
org.deltava.beans.system.IssueArea
All Implemented Interfaces:
Serializable, Comparable<IssueArea>, Constable, ComboAlias, EnumDescription

public enum IssueArea extends Enum<IssueArea> implements EnumDescription
An enumeration of development issue Areas.
Since:
9.0
Version:
9.0
Author:
Luke
  • Enum Constant Details

    • WEBSITE

      public static final IssueArea WEBSITE
    • FLEET

      public static final IssueArea FLEET
    • MANUALS

      public static final IssueArea MANUALS
    • EXAMS

      public static final IssueArea EXAMS
    • ACARS

      public static final IssueArea ACARS
    • SERVER

      public static final IssueArea SERVER
    • SCHEDULE

      public static final IssueArea SCHEDULE
    • DISPATCH

      public static final IssueArea DISPATCH
    • EVENT

      public static final IssueArea EVENT
  • Method Details

    • values

      public static IssueArea[] 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 IssueArea 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()
      Description copied from interface: EnumDescription
      The propercased description.
      Specified by:
      getDescription in interface EnumDescription
      Returns:
      the description
    • getComboAlias

      public String getComboAlias()
      Description copied from interface: ComboAlias
      Returns the alias to use in the HTML <OPTION> element.
      Specified by:
      getComboAlias in interface ComboAlias
      Specified by:
      getComboAlias in interface EnumDescription
      Returns:
      The alias for this entry
    • getComboName

      public String getComboName()
      Description copied from interface: ComboAlias
      Returns the visible name to use in the HTML <OPTION> element.
      Specified by:
      getComboName in interface ComboAlias
      Specified by:
      getComboName in interface EnumDescription
      Returns:
      The visible name for this entry