public static enum MarkDuplicates.DuplicateTaggingPolicy extends java.lang.Enum<MarkDuplicates.DuplicateTaggingPolicy>
| Enum Constant and Description |
|---|
All |
DontTag |
OpticalOnly |
| Modifier and Type | Method and Description |
|---|---|
static MarkDuplicates.DuplicateTaggingPolicy |
valueOf(java.lang.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(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 null