Package com.luna.common.os
Enum Class Manufacturer
- All Implemented Interfaces:
Serializable
,Comparable<Manufacturer>
,java.lang.constant.Constable
Enum constants representing manufacturers of operating systems and client software.
Manufacturer could be used for specific handling of browser requests.
- Author:
- harald
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionAdobe Systems Inc.Amazon.com, Inc.AOL LLC.Apple Inc.Research In Motion LimitedCompuServe Interactive Services, Inc.Canonical Ltd.Google Inc.Hewlett-Packard Company, previously PalmLinux Foundation, owner of the Tizen ProjectMicrosoft CorporationMail.com Media CorporationMozilla FoundationNintendoNokia CorporationOpera Software ASAUnknow or rare manufacturerRoku sells home digital media productsSamsung ElectronicsSony Computer Entertainment, Inc.Sony Ericsson Mobile Communications ABSun Microsystems, Inc.Symbian Ltd.Yahoo Inc. -
Method Summary
Modifier and TypeMethodDescriptionshort
getId()
getName()
static Manufacturer
Returns the enum constant of this class with the specified name.static Manufacturer[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
OTHER
Unknow or rare manufacturer -
MICROSOFT
Microsoft Corporation -
APPLE
Apple Inc. -
SUN
Sun Microsystems, Inc. -
SYMBIAN
Symbian Ltd. -
NOKIA
Nokia Corporation -
BLACKBERRY
Research In Motion Limited -
HP
Hewlett-Packard Company, previously Palm -
SONY_ERICSSON
Sony Ericsson Mobile Communications AB -
SAMSUNG
Samsung Electronics -
SONY
Sony Computer Entertainment, Inc. -
NINTENDO
Nintendo -
OPERA
Opera Software ASA -
MOZILLA
Mozilla Foundation -
GOOGLE
Google Inc. -
COMPUSERVE
CompuServe Interactive Services, Inc. -
YAHOO
Yahoo Inc. -
AOL
AOL LLC. -
MMC
Mail.com Media Corporation -
AMAZON
Amazon.com, Inc. -
ROKU
Roku sells home digital media products -
ADOBE
Adobe Systems Inc. -
CONONICAL
Canonical Ltd. -
LINUX_FOUNDATION
Linux Foundation, owner of the Tizen Project
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
getId
public short getId()- Returns:
- the id
-
getName
- Returns:
- the name
-