Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.model
Class DeliveryType

java.lang.Object
  |
  +--oracle.panama.model.DeliveryType

public class DeliveryType
extends java.lang.Object

Enumeration class of Delivery Types. A delivery type identifies an underline transport protocol, for example, HTTP, SMS. "Device Browser" is not a transport protocol, therefore should not be here.


Field Summary
static DeliveryType DEVICE_BROWSER
           
static DeliveryType EMAIL
          Email Delivery Type
static DeliveryType EMS
           
static DeliveryType FAX
          Fax Delivery Type
static DeliveryType HTTP
           
static DeliveryType HTTPS
           
static DeliveryType IM
           
static DeliveryType MMS
           
static DeliveryType ONE_WAY_PAGER
          1 way pager delivery type
static DeliveryType SMS
          SMS Delivery Type
static DeliveryType TWO_WAY_PAGER
          2 way pager Delivery Type
static DeliveryType USSD
           
static DeliveryType VOICE
          Voice Delivery Type
static DeliveryType WAP_PUSH
          Wap Push Delivery Type

 

Method Summary
static java.util.Enumeration elements()
          Returns an enumeration of delivery types
static DeliveryType getDeliveryType(int deliveryType)
          Returns deliveryType object corresponding to an integer value
static DeliveryType getDeliveryType(java.lang.String name)
          Lookup delivery type by name
 int getIntValue()
          Returns an integer value corresponding to the delivery type
 java.lang.String getName()
          Returns the name ofthe delivery type

 

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

 

Field Detail

WAP_PUSH

public static DeliveryType WAP_PUSH
Wap Push Delivery Type

SMS

public static DeliveryType SMS
SMS Delivery Type

VOICE

public static DeliveryType VOICE
Voice Delivery Type

EMAIL

public static DeliveryType EMAIL
Email Delivery Type

FAX

public static DeliveryType FAX
Fax Delivery Type

TWO_WAY_PAGER

public static DeliveryType TWO_WAY_PAGER
2 way pager Delivery Type

ONE_WAY_PAGER

public static DeliveryType ONE_WAY_PAGER
1 way pager delivery type

DEVICE_BROWSER

public static DeliveryType DEVICE_BROWSER

MMS

public static DeliveryType MMS

EMS

public static DeliveryType EMS

IM

public static DeliveryType IM

HTTP

public static DeliveryType HTTP

HTTPS

public static DeliveryType HTTPS

USSD

public static DeliveryType USSD
Method Detail

getIntValue

public int getIntValue()
Returns an integer value corresponding to the delivery type
Returns:
an integer value

getName

public java.lang.String getName()
Returns the name ofthe delivery type
Returns:
a string value

elements

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

getDeliveryType

public static DeliveryType getDeliveryType(int deliveryType)
Returns deliveryType object corresponding to an integer value
Parameters:
deliveryType - the integer value
Returns:
the DeliveryType object

getDeliveryType

public static DeliveryType getDeliveryType(java.lang.String name)
Lookup delivery type by name
Parameters:
name - delivery type name

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.