com.ecebs.rtd.enabler.types.response
Enum ResponseMessage.RequestOutcome
java.lang.Object
java.lang.Enum<ResponseMessage.RequestOutcome>
com.ecebs.rtd.enabler.types.response.ResponseMessage.RequestOutcome
- All Implemented Interfaces:
- Serializable, Comparable<ResponseMessage.RequestOutcome>
- Enclosing class:
- ResponseMessage
public static enum ResponseMessage.RequestOutcome
- extends Enum<ResponseMessage.RequestOutcome>
FAILURE
public static final ResponseMessage.RequestOutcome FAILURE
CANCELLED
public static final ResponseMessage.RequestOutcome CANCELLED
PENDING
public static final ResponseMessage.RequestOutcome PENDING
SUCCESS
public static final ResponseMessage.RequestOutcome SUCCESS
SUCCESS_WITHOUT_CONFIRMATION
public static final ResponseMessage.RequestOutcome SUCCESS_WITHOUT_CONFIRMATION
values
public static ResponseMessage.RequestOutcome[] 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.RequestOutcome c : ResponseMessage.RequestOutcome.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.RequestOutcome 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.