public enum RollbackInfoColumn extends Enum<RollbackInfoColumn>
Enum Constant and Description |
---|
CREATION_TIME
creation time
|
EXCEPTION
exception
|
ID
id
|
INVOKED_COMPONENT
invoked component
|
MODEL_INSTANCE_ID
Model instance id
|
RESEND
resend
|
Modifier and Type | Method and Description |
---|---|
static RollbackInfoColumn |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RollbackInfoColumn[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RollbackInfoColumn ID
public static final RollbackInfoColumn EXCEPTION
public static final RollbackInfoColumn CREATION_TIME
public static final RollbackInfoColumn RESEND
public static final RollbackInfoColumn INVOKED_COMPONENT
public static final RollbackInfoColumn MODEL_INSTANCE_ID
public static RollbackInfoColumn[] values()
for (RollbackInfoColumn c : RollbackInfoColumn.values()) System.out.println(c);
public static RollbackInfoColumn 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 © 2007-2020 Whitestein Technologies. All Rights Reserved.