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