public static enum ReadBaseStratification.ProperPaired extends java.lang.Enum<ReadBaseStratification.ProperPaired>
Enum Constant and Description |
---|
CHIMERIC |
DISCORDANT |
IMPROPER |
PROPER |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static ReadBaseStratification.ProperPaired |
of(htsjdk.samtools.SAMRecord sam) |
static ReadBaseStratification.ProperPaired |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReadBaseStratification.ProperPaired[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReadBaseStratification.ProperPaired PROPER
public static final ReadBaseStratification.ProperPaired IMPROPER
public static final ReadBaseStratification.ProperPaired CHIMERIC
public static final ReadBaseStratification.ProperPaired DISCORDANT
public static final ReadBaseStratification.ProperPaired UNKNOWN
public static ReadBaseStratification.ProperPaired[] values()
for (ReadBaseStratification.ProperPaired c : ReadBaseStratification.ProperPaired.values()) System.out.println(c);
public static ReadBaseStratification.ProperPaired 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 static ReadBaseStratification.ProperPaired of(htsjdk.samtools.SAMRecord sam)