public static enum ActionManagerSet.ImpactTypes extends Enum<ActionManagerSet.ImpactTypes>
| Enum Constant and Description |
|---|
INSERT_UPDATE |
ONLY_INSERT |
| Modifier and Type | Method and Description |
|---|---|
static ActionManagerSet.ImpactTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionManagerSet.ImpactTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionManagerSet.ImpactTypes ONLY_INSERT
public static final ActionManagerSet.ImpactTypes INSERT_UPDATE
public static ActionManagerSet.ImpactTypes[] values()
for (ActionManagerSet.ImpactTypes c : ActionManagerSet.ImpactTypes.values()) System.out.println(c);
public static ActionManagerSet.ImpactTypes 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.