public static enum RollbackBuilder.RollbackStrategy extends Enum<RollbackBuilder.RollbackStrategy>
Modifier and Type | Method and Description |
---|---|
static RollbackBuilder.RollbackStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RollbackBuilder.RollbackStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RollbackBuilder.RollbackStrategy TAG
public static final RollbackBuilder.RollbackStrategy DATE
public static final RollbackBuilder.RollbackStrategy RELATIVE
public static final RollbackBuilder.RollbackStrategy COUNT
public static RollbackBuilder.RollbackStrategy[] values()
for (RollbackBuilder.RollbackStrategy c : RollbackBuilder.RollbackStrategy.values()) System.out.println(c);
public static RollbackBuilder.RollbackStrategy 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 © 2016–2020. All rights reserved.