Serializable, Comparable<MarkDuplicates.DuplicateTaggingPolicy>public static enum MarkDuplicates.DuplicateTaggingPolicy extends Enum<MarkDuplicates.DuplicateTaggingPolicy>
| Enum Constant | Description |
|---|---|
All |
|
DontTag |
|
OpticalOnly |
| Modifier and Type | Method | Description |
|---|---|---|
static MarkDuplicates.DuplicateTaggingPolicy |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static MarkDuplicates.DuplicateTaggingPolicy[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MarkDuplicates.DuplicateTaggingPolicy DontTag
public static final MarkDuplicates.DuplicateTaggingPolicy OpticalOnly
public static final MarkDuplicates.DuplicateTaggingPolicy All
public static MarkDuplicates.DuplicateTaggingPolicy[] values()
for (MarkDuplicates.DuplicateTaggingPolicy c : MarkDuplicates.DuplicateTaggingPolicy.values()) System.out.println(c);
public static MarkDuplicates.DuplicateTaggingPolicy 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