public enum KeepContentStrategy extends Enum<KeepContentStrategy>
| Enum Constant and Description |
|---|
DELETECONTENT |
KEEPCONTENT |
KEEPCONTENTREMOVESYNC |
| Modifier and Type | Method and Description |
|---|---|
String |
getStrategy() |
static KeepContentStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeepContentStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeepContentStrategy KEEPCONTENT
public static final KeepContentStrategy KEEPCONTENTREMOVESYNC
public static final KeepContentStrategy DELETECONTENT
public static KeepContentStrategy[] values()
for (KeepContentStrategy c : KeepContentStrategy.values()) System.out.println(c);
public static KeepContentStrategy 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 nullpublic String getStrategy()
Copyright © 2013. All Rights Reserved.