Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.model
Class DeviceCategory

java.lang.Object
  |
  +--oracle.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

VOICE

public static DeviceCategory VOICE

MICRO_BROWSER

public static DeviceCategory MICRO_BROWSER

PDA_BROWSER

public static DeviceCategory PDA_BROWSER

PC_BROWSER

public static DeviceCategory PC_BROWSER

MICRO_MESSENGER

public static DeviceCategory MICRO_MESSENGER

MESSENGER

public static DeviceCategory MESSENGER
Method Detail

getIntValue

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

getCategoryName

public java.lang.String getCategoryName()

elements

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

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)

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.