Enum Class Brands

java.lang.Object
java.lang.Enum<Brands>
de.teamholycow.acc.data.Brands
All Implemented Interfaces:
Serializable, Comparable<Brands>, Constable

public enum Brands extends Enum<Brands>
  • Enum Constant Details

    • ALPINE

      public static final Brands ALPINE
    • ASTON_MARTIN

      public static final Brands ASTON_MARTIN
    • AUDI

      public static final Brands AUDI
    • BENTLEY

      public static final Brands BENTLEY
    • BMW

      public static final Brands BMW
    • CHEVROLET

      public static final Brands CHEVROLET
    • FERRARI

      public static final Brands FERRARI
    • GINETTA

      public static final Brands GINETTA
    • HONDA

      public static final Brands HONDA
    • JAGUAR

      public static final Brands JAGUAR
    • KTM

      public static final Brands KTM
    • LAMBORGHINI

      public static final Brands LAMBORGHINI
    • LEXUS

      public static final Brands LEXUS
    • MASERATI

      public static final Brands MASERATI
    • MCLAREN

      public static final Brands MCLAREN
    • Mercedes

      public static final Brands Mercedes
    • NISSAN

      public static final Brands NISSAN
    • PORSCHE

      public static final Brands PORSCHE
  • Method Details

    • values

      public static Brands[] 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 Brands 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