public enum MongockChangeState extends java.lang.Enum<MongockChangeState>
| Enum Constant and Description |
|---|
EXECUTED |
FAILED |
IGNORED |
ROLLBACK_FAILED |
ROLLED_BACK |
| Modifier and Type | Method and Description |
|---|---|
io.flamingock.internal.common.core.audit.AuditEntry.Status |
toAuditStatus() |
static MongockChangeState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MongockChangeState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MongockChangeState EXECUTED
public static final MongockChangeState FAILED
public static final MongockChangeState ROLLED_BACK
public static final MongockChangeState ROLLBACK_FAILED
public static final MongockChangeState IGNORED
public static MongockChangeState[] values()
for (MongockChangeState c : MongockChangeState.values()) System.out.println(c);
public static MongockChangeState valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic io.flamingock.internal.common.core.audit.AuditEntry.Status toAuditStatus()