public static enum IAepEnvironmentProvider.TransactionAction extends Enum<IAepEnvironmentProvider.TransactionAction>
Enum Constant and Description |
---|
Playback
Indicates that the provider should playback information during a transaction.
|
Record
Indicates that the provider should record information during a transaction.
|
Modifier and Type | Method and Description |
---|---|
static IAepEnvironmentProvider.TransactionAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IAepEnvironmentProvider.TransactionAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IAepEnvironmentProvider.TransactionAction Record
public static final IAepEnvironmentProvider.TransactionAction Playback
public static IAepEnvironmentProvider.TransactionAction[] values()
for (IAepEnvironmentProvider.TransactionAction c : IAepEnvironmentProvider.TransactionAction.values()) System.out.println(c);
public static IAepEnvironmentProvider.TransactionAction 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 © 2019 Neeve Research, LLC. All Rights Reserved.