Enum Class Manufacturer

java.lang.Object
java.lang.Enum<Manufacturer>
com.luna.common.os.Manufacturer
All Implemented Interfaces:
Serializable, Comparable<Manufacturer>, java.lang.constant.Constable

public enum Manufacturer extends Enum<Manufacturer>
Enum constants representing manufacturers of operating systems and client software. Manufacturer could be used for specific handling of browser requests.
Author:
harald
  • Enum Constant Details

    • OTHER

      public static final Manufacturer OTHER
      Unknow or rare manufacturer
    • MICROSOFT

      public static final Manufacturer MICROSOFT
      Microsoft Corporation
    • APPLE

      public static final Manufacturer APPLE
      Apple Inc.
    • SUN

      public static final Manufacturer SUN
      Sun Microsystems, Inc.
    • SYMBIAN

      public static final Manufacturer SYMBIAN
      Symbian Ltd.
    • NOKIA

      public static final Manufacturer NOKIA
      Nokia Corporation
    • BLACKBERRY

      public static final Manufacturer BLACKBERRY
      Research In Motion Limited
    • HP

      public static final Manufacturer HP
      Hewlett-Packard Company, previously Palm
    • SONY_ERICSSON

      public static final Manufacturer SONY_ERICSSON
      Sony Ericsson Mobile Communications AB
    • SAMSUNG

      public static final Manufacturer SAMSUNG
      Samsung Electronics
    • SONY

      public static final Manufacturer SONY
      Sony Computer Entertainment, Inc.
    • NINTENDO

      public static final Manufacturer NINTENDO
      Nintendo
    • OPERA

      public static final Manufacturer OPERA
      Opera Software ASA
    • MOZILLA

      public static final Manufacturer MOZILLA
      Mozilla Foundation
    • GOOGLE

      public static final Manufacturer GOOGLE
      Google Inc.
    • COMPUSERVE

      public static final Manufacturer COMPUSERVE
      CompuServe Interactive Services, Inc.
    • YAHOO

      public static final Manufacturer YAHOO
      Yahoo Inc.
    • AOL

      public static final Manufacturer AOL
      AOL LLC.
    • MMC

      public static final Manufacturer MMC
      Mail.com Media Corporation
    • AMAZON

      public static final Manufacturer AMAZON
      Amazon.com, Inc.
    • ROKU

      public static final Manufacturer ROKU
      Roku sells home digital media products
    • ADOBE

      public static final Manufacturer ADOBE
      Adobe Systems Inc.
    • CONONICAL

      public static final Manufacturer CONONICAL
      Canonical Ltd.
    • LINUX_FOUNDATION

      public static final Manufacturer LINUX_FOUNDATION
      Linux Foundation, owner of the Tizen Project
  • Method Details

    • values

      public static Manufacturer[] 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 Manufacturer 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
    • getId

      public short getId()
      Returns:
      the id
    • getName

      public String getName()
      Returns:
      the name