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