Nitido Inc.

com.nitido.nim
Enum IndividualStatus.Status

java.lang.Object
  extended by java.lang.Enum<IndividualStatus.Status>
      extended by com.nitido.nim.IndividualStatus.Status
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<IndividualStatus.Status>
Enclosing class:
IndividualStatus

public static enum IndividualStatus.Status
extends java.lang.Enum<IndividualStatus.Status>

Enum of the possible state of the status.


Enum Constant Summary
DELIVERY_COMPLETED
          The delivery channel has confirmed that the notification has been successfully delivered.
DELIVERY_INITIATED
          The notification has been sent out.
DELIVERY_PENDING
          The notification is waiting to be sent out
FAILED
          The notification failed to be delivered.
 
Method Summary
static IndividualStatus.Status valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IndividualStatus.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

FAILED

public static final IndividualStatus.Status FAILED
The notification failed to be delivered. NotificationStatus will contain an error message and exception if one is available.


DELIVERY_PENDING

public static final IndividualStatus.Status DELIVERY_PENDING
The notification is waiting to be sent out


DELIVERY_INITIATED

public static final IndividualStatus.Status DELIVERY_INITIATED
The notification has been sent out. This does not garuantee that it will be delivered successfully. Most delivery channels do not provide a facility to verify successfull delivery.


DELIVERY_COMPLETED

public static final IndividualStatus.Status DELIVERY_COMPLETED
The delivery channel has confirmed that the notification has been successfully delivered. Will not be available for all channels.

Method Detail

values

public static IndividualStatus.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 (IndividualStatus.Status c : IndividualStatus.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 IndividualStatus.Status 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

Nitido NiM 2.5 Java API

These JavaDoc pages are generated for release/nim_2_5-2.5.44

Copyright © 1999-2009 Nitido Inc.    Proprietary and Confidential.    All Rights Reserved.