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