Oracle Fusion Middleware User Messaging Service 11.1.1.7.0 Java API Reference
E14011-05

oracle.ucs.messaging.ws.types
Enum DeliveryType

java.lang.Object
  extended by java.lang.Enum<DeliveryType>
      extended by oracle.ucs.messaging.ws.types.DeliveryType
All Implemented Interfaces:
Serializable, java.lang.Comparable<DeliveryType>

public enum DeliveryType
extends java.lang.Enum<DeliveryType>

Java class for deliveryType.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="deliveryType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="EMAIL"/>
     <enumeration value="SMS"/>
     <enumeration value="EMS"/>
     <enumeration value="MMS"/>
     <enumeration value="VOICE"/>
     <enumeration value="FAX"/>
     <enumeration value="ONE_WAY_PAGER"/>
     <enumeration value="TWO_WAY_PAGER"/>
     <enumeration value="IM"/>
     <enumeration value="WAP_PUSH"/>
     <enumeration value="MOBILE_PUSH"/>
     <enumeration value="WORKLIST"/>
     <enumeration value="URI"/>
   </restriction>
 </simpleType>
 


Enum Constant Summary
EMAIL
           
EMS
           
FAX
           
IM
           
MMS
           
MOBILE_PUSH
           
ONE_WAY_PAGER
           
SMS
           
TWO_WAY_PAGER
           
URI
           
VOICE
           
WAP_PUSH
           
WORKLIST
           
 
Method Summary
static DeliveryType fromValue(java.lang.String v)
           
 java.lang.String value()
           
static DeliveryType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DeliveryType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

EMAIL

public static final DeliveryType EMAIL

SMS

public static final DeliveryType SMS

EMS

public static final DeliveryType EMS

MMS

public static final DeliveryType MMS

VOICE

public static final DeliveryType VOICE

FAX

public static final DeliveryType FAX

ONE_WAY_PAGER

public static final DeliveryType ONE_WAY_PAGER

TWO_WAY_PAGER

public static final DeliveryType TWO_WAY_PAGER

IM

public static final DeliveryType IM

WAP_PUSH

public static final DeliveryType WAP_PUSH

MOBILE_PUSH

public static final DeliveryType MOBILE_PUSH

WORKLIST

public static final DeliveryType WORKLIST

URI

public static final DeliveryType URI
Method Detail

values

public static DeliveryType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (DeliveryType c : DeliveryType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static DeliveryType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

value

public java.lang.String value()

fromValue

public static DeliveryType fromValue(java.lang.String v)

Oracle Fusion Middleware User Messaging Service 11.1.1.7.0 Java API Reference
E14011-05

Copyright © 2009, 2013 Oracle and/or its affiliates. All rights reserved.