public enum UpdateStrategy extends java.lang.Enum<UpdateStrategy>
Enum Constant and Description |
---|
PARTIAL_UPDATE |
UPDATE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDBOperation() |
static UpdateStrategy |
getDefaultUpdateStrategy() |
java.lang.String |
getLabel() |
boolean |
isDefaultStrategy() |
static UpdateStrategy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UpdateStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateStrategy PARTIAL_UPDATE
public static final UpdateStrategy UPDATE
public static UpdateStrategy[] values()
for (UpdateStrategy c : UpdateStrategy.values()) System.out.println(c);
public static UpdateStrategy 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 static UpdateStrategy getDefaultUpdateStrategy()
public java.lang.String getDBOperation()
public java.lang.String getLabel()
public boolean isDefaultStrategy()