public static enum MatchOperation.ConflictStrategy extends Enum<MatchOperation.ConflictStrategy>
Modifier and Type | Method and Description |
---|---|
static MatchOperation.ConflictStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchOperation.ConflictStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MatchOperation.ConflictStrategy SKIP
public static final MatchOperation.ConflictStrategy OVERWRITE
public static final MatchOperation.ConflictStrategy RENAME
public static final MatchOperation.ConflictStrategy ERROR
public static MatchOperation.ConflictStrategy[] values()
for (MatchOperation.ConflictStrategy c : MatchOperation.ConflictStrategy.values()) System.out.println(c);
public static MatchOperation.ConflictStrategy 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 © 2025. All rights reserved.