Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.api
Enum DispositionNotification.Status

java.lang.Object
  extended by java.lang.Enum<DispositionNotification.Status>
      extended by com.oracle.sft.api.DispositionNotification.Status

All Implemented Interfaces:
Serializable, Comparable<DispositionNotification.Status>
Enclosing interface:
DispositionNotification

public static enum DispositionNotification.Status
extends Enum<DispositionNotification.Status>

disposition status


Enum Constant Summary
delivered
           
displayed
           
error
           
failed
           
forbidden
           
processed
           
stored
           

 

Method Summary
static DispositionNotification.Status valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DispositionNotification.Status[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

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

 

Enum Constant Detail

delivered

public static final DispositionNotification.Status delivered

failed

public static final DispositionNotification.Status failed

displayed

public static final DispositionNotification.Status displayed

processed

public static final DispositionNotification.Status processed

stored

public static final DispositionNotification.Status stored

forbidden

public static final DispositionNotification.Status forbidden

error

public static final DispositionNotification.Status error

Method Detail

values

public static DispositionNotification.Status[] 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 (DispositionNotification.Status c : DispositionNotification.Status.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static DispositionNotification.Status valueOf(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:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.