Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.model
Class DeliveryContextType

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

public class DeliveryContextType
extends java.lang.Object

Field Summary
static DeliveryContextType ALL
           
static DeliveryContextType BROWSER
           
static DeliveryContextType Email
           
static DeliveryContextType EMS
           
static DeliveryContextType FAX
           
static DeliveryContextType J2ME
           
static DeliveryContextType MMS
           
static DeliveryContextType PAGING
           
static DeliveryContextType SMS
           
static DeliveryContextType VOICE
           
static DeliveryContextType WAP
           
static DeliveryContextType WAP_PUSH
           

 

Constructor Summary
DeliveryContextType(java.lang.String name)
           

 

Method Summary
 boolean equals(java.lang.Object o)
           
static DeliveryContextType[] getAllTypes()
          Return all the units avaiable.
 java.lang.String getName()
           
static DeliveryContextType lookup(java.lang.String name)
           
 java.lang.String toString()
           

 

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

 

Field Detail

SMS

public static final DeliveryContextType SMS

Email

public static final DeliveryContextType Email

FAX

public static final DeliveryContextType FAX

WAP_PUSH

public static final DeliveryContextType WAP_PUSH

WAP

public static final DeliveryContextType WAP

J2ME

public static final DeliveryContextType J2ME

MMS

public static final DeliveryContextType MMS

EMS

public static final DeliveryContextType EMS

VOICE

public static final DeliveryContextType VOICE

BROWSER

public static final DeliveryContextType BROWSER

PAGING

public static final DeliveryContextType PAGING

ALL

public static final DeliveryContextType ALL
Constructor Detail

DeliveryContextType

public DeliveryContextType(java.lang.String name)
Method Detail

getName

public java.lang.String getName()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

lookup

public static DeliveryContextType lookup(java.lang.String name)

getAllTypes

public static DeliveryContextType[] getAllTypes()
Return all the units avaiable.

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.