com.ecebs.rtd.enabler.types.response
Enum ResponseMessage.UpdateOutcome

java.lang.Object
  extended by java.lang.Enum<ResponseMessage.UpdateOutcome>
      extended by com.ecebs.rtd.enabler.types.response.ResponseMessage.UpdateOutcome
All Implemented Interfaces:
Serializable, Comparable<ResponseMessage.UpdateOutcome>
Enclosing class:
ResponseMessage

public static enum ResponseMessage.UpdateOutcome
extends Enum<ResponseMessage.UpdateOutcome>


Enum Constant Summary
REQUEST_ACCEPTED_COMPLETE
           
REQUEST_ACCEPTED_IN_PROGRESS
           
REQUEST_DENIED_ALREADY_CARRIED_OUT
           
REQUEST_DENIED_BLOCKED_ORIGINATOR
           
REQUEST_DENIED_DUPLICATE_REQUEST_ID
           
REQUEST_DENIED_ISRN_INVALID
           
REQUEST_DENIED_PRODUCT_INVALID
           
REQUEST_DENIED_PRODUCT_UNKNOWN
           
REQUEST_DENIED_PRODUCT_UNSUITABLE_FOR_CM
           
REQUEST_DENIED_REQUEST_ID_INVALID
           
REQUEST_DENIED_UNKNOWN_ORIGINATOR
           
REQUEST_DENIED_VGXREF_REQUIRED
           
REQUEST_DENIED_XML_INVALID
           
UNKNOWN
           
 
Method Summary
static ResponseMessage.UpdateOutcome valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResponseMessage.UpdateOutcome[] 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

REQUEST_ACCEPTED_COMPLETE

public static final ResponseMessage.UpdateOutcome REQUEST_ACCEPTED_COMPLETE

REQUEST_ACCEPTED_IN_PROGRESS

public static final ResponseMessage.UpdateOutcome REQUEST_ACCEPTED_IN_PROGRESS

REQUEST_DENIED_UNKNOWN_ORIGINATOR

public static final ResponseMessage.UpdateOutcome REQUEST_DENIED_UNKNOWN_ORIGINATOR

REQUEST_DENIED_BLOCKED_ORIGINATOR

public static final ResponseMessage.UpdateOutcome REQUEST_DENIED_BLOCKED_ORIGINATOR

REQUEST_DENIED_DUPLICATE_REQUEST_ID

public static final ResponseMessage.UpdateOutcome REQUEST_DENIED_DUPLICATE_REQUEST_ID

REQUEST_DENIED_XML_INVALID

public static final ResponseMessage.UpdateOutcome REQUEST_DENIED_XML_INVALID

REQUEST_DENIED_ISRN_INVALID

public static final ResponseMessage.UpdateOutcome REQUEST_DENIED_ISRN_INVALID

REQUEST_DENIED_PRODUCT_INVALID

public static final ResponseMessage.UpdateOutcome REQUEST_DENIED_PRODUCT_INVALID

REQUEST_DENIED_REQUEST_ID_INVALID

public static final ResponseMessage.UpdateOutcome REQUEST_DENIED_REQUEST_ID_INVALID

REQUEST_DENIED_VGXREF_REQUIRED

public static final ResponseMessage.UpdateOutcome REQUEST_DENIED_VGXREF_REQUIRED

REQUEST_DENIED_ALREADY_CARRIED_OUT

public static final ResponseMessage.UpdateOutcome REQUEST_DENIED_ALREADY_CARRIED_OUT

REQUEST_DENIED_PRODUCT_UNSUITABLE_FOR_CM

public static final ResponseMessage.UpdateOutcome REQUEST_DENIED_PRODUCT_UNSUITABLE_FOR_CM

REQUEST_DENIED_PRODUCT_UNKNOWN

public static final ResponseMessage.UpdateOutcome REQUEST_DENIED_PRODUCT_UNKNOWN

UNKNOWN

public static final ResponseMessage.UpdateOutcome UNKNOWN
Method Detail

values

public static ResponseMessage.UpdateOutcome[] 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 (ResponseMessage.UpdateOutcome c : ResponseMessage.UpdateOutcome.values())
    System.out.println(c);

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

valueOf

public static ResponseMessage.UpdateOutcome 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


Copyright © 2013 Ecebs Ltd. All Rights Reserved.