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