public static enum MergeHelper.ListStrategy extends Enum<MergeHelper.ListStrategy>
| Modifier and Type | Method and Description |
|---|---|
static MergeHelper.ListStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MergeHelper.ListStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MergeHelper.ListStrategy REPLACE
public static final MergeHelper.ListStrategy MERGE
public static final MergeHelper.ListStrategy APPEND
public static MergeHelper.ListStrategy[] values()
for (MergeHelper.ListStrategy c : MergeHelper.ListStrategy.values()) System.out.println(c);
public static MergeHelper.ListStrategy 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 © 2002–2021 CoreMedia AG. All rights reserved.