Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.model
Class DeviceCategory

java.lang.Object
  extended byoracle.panama.model.DeviceCategory


public final class DeviceCategory
extends java.lang.Object

Enumeration of Display Size types


Field Summary
static DeviceCategory MESSENGER
static DeviceCategory MICRO_BROWSER
static DeviceCategory MICRO_MESSENGER
static DeviceCategory PC_BROWSER
static DeviceCategory PDA_BROWSER
static DeviceCategory VOICE

Method Summary
static java.util.Enumeration elements()
Gets an enumeration of display size types
java.lang.String getCategoryName()
static DeviceCategory getDeviceCategory(int intValue)
Returns DeviceCategory object corresponding to an integer value
static DeviceCategory getDeviceCategory(java.lang.String name)
int getIntValue()
Returns the integer value corresponding to a display size

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

MESSENGER

public static DeviceCategory MESSENGER

MICRO_BROWSER

public static DeviceCategory MICRO_BROWSER

MICRO_MESSENGER

public static DeviceCategory MICRO_MESSENGER

PC_BROWSER

public static DeviceCategory PC_BROWSER

PDA_BROWSER

public static DeviceCategory PDA_BROWSER

VOICE

public static DeviceCategory VOICE

Method Detail

elements

public static java.util.Enumeration elements()
Gets an enumeration of display size types
Returns:
Enumeration of display size types

getCategoryName

public java.lang.String getCategoryName()

getDeviceCategory

public static DeviceCategory getDeviceCategory(int intValue)
Returns DeviceCategory object corresponding to an integer value
Parameters:
intValue - the integer value of a display size category object
Returns:
the DeviceCategory object

getDeviceCategory

public static DeviceCategory getDeviceCategory(java.lang.String name)

getIntValue

public int getIntValue()
Returns the integer value corresponding to a display size
Returns:
the integer value of display size type

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.