public static enum AbstractAlignmentMerger.UnmappingReadStrategy extends java.lang.Enum<AbstractAlignmentMerger.UnmappingReadStrategy>
Enum Constant and Description |
---|
COPY_TO_TAG |
DO_NOT_CHANGE |
MOVE_TO_TAG |
Modifier and Type | Method and Description |
---|---|
boolean |
isPopulatePaTag() |
boolean |
isResetMappingInformation() |
static AbstractAlignmentMerger.UnmappingReadStrategy |
valueOf(java.lang.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(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 nullpublic boolean isResetMappingInformation()
public boolean isPopulatePaTag()