Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.model
Class DeliveryType

java.lang.Object
  extended byoracle.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

DEVICE_BROWSER

public static DeliveryType DEVICE_BROWSER

EMAIL

public static DeliveryType EMAIL
Email Delivery Type

EMS

public static DeliveryType EMS

FAX

public static DeliveryType FAX
Fax Delivery Type

HTTP

public static DeliveryType HTTP

HTTPS

public static DeliveryType HTTPS

IM

public static DeliveryType IM

MMS

public static DeliveryType MMS

ONE_WAY_PAGER

public static DeliveryType ONE_WAY_PAGER
1 way pager delivery type

SMS

public static DeliveryType SMS
SMS Delivery Type

TWO_WAY_PAGER

public static DeliveryType TWO_WAY_PAGER
2 way pager Delivery Type

USSD

public static DeliveryType USSD

VOICE

public static DeliveryType VOICE
Voice Delivery Type

WAP_PUSH

public static DeliveryType WAP_PUSH
Wap Push Delivery Type

Method Detail

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

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

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.