|
Oracle Application Server Wireless Java API Reference B10400-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--oracle.panama.model.DeliveryType
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 |
EMAILEmail Delivery Type |
static DeliveryType |
EMS |
static DeliveryType |
FAXFax Delivery Type |
static DeliveryType |
HTTP |
static DeliveryType |
HTTPS |
static DeliveryType |
IM |
static DeliveryType |
MMS |
static DeliveryType |
ONE_WAY_PAGER1 way pager delivery type |
static DeliveryType |
SMSSMS Delivery Type |
static DeliveryType |
TWO_WAY_PAGER2 way pager Delivery Type |
static DeliveryType |
USSD |
static DeliveryType |
VOICEVoice Delivery Type |
static DeliveryType |
WAP_PUSHWap 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 |
public static DeliveryType WAP_PUSH
public static DeliveryType SMS
public static DeliveryType VOICE
public static DeliveryType EMAIL
public static DeliveryType FAX
public static DeliveryType TWO_WAY_PAGER
public static DeliveryType ONE_WAY_PAGER
public static DeliveryType DEVICE_BROWSER
public static DeliveryType MMS
public static DeliveryType EMS
public static DeliveryType IM
public static DeliveryType HTTP
public static DeliveryType HTTPS
public static DeliveryType USSD
| Method Detail |
public int getIntValue()
public java.lang.String getName()
public static java.util.Enumeration elements()
public static DeliveryType getDeliveryType(int deliveryType)
deliveryType - the integer valuepublic static DeliveryType getDeliveryType(java.lang.String name)
name - delivery type name
|
Oracle Application Server Wireless Java API Reference B10400-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||