public static enum ProcessingStageEvent.Type extends Enum<ProcessingStageEvent.Type>
Enum Constant and Description |
---|
ADVICE_REQUIRED |
ADVICE_RESPONSE_WAITING |
ADVICE_SENDING |
ERROR_3D_SECURE |
EXCEPTION |
RESULT |
SALE_RESPONSE_WAITING |
SALE_SENDING |
Modifier and Type | Method and Description |
---|---|
static ProcessingStageEvent.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessingStageEvent.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcessingStageEvent.Type EXCEPTION
public static final ProcessingStageEvent.Type ERROR_3D_SECURE
public static final ProcessingStageEvent.Type SALE_SENDING
public static final ProcessingStageEvent.Type SALE_RESPONSE_WAITING
public static final ProcessingStageEvent.Type ADVICE_REQUIRED
public static final ProcessingStageEvent.Type ADVICE_SENDING
public static final ProcessingStageEvent.Type ADVICE_RESPONSE_WAITING
public static final ProcessingStageEvent.Type RESULT
public static ProcessingStageEvent.Type[] values()
for (ProcessingStageEvent.Type c : ProcessingStageEvent.Type.values()) System.out.println(c);
public static ProcessingStageEvent.Type valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2018. All rights reserved.