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