Serializable, Comparable<RevertSam.FileType>, org.broadinstitute.barclay.argparser.CommandLineParser.ClpEnumpublic static enum RevertSam.FileType extends Enum<RevertSam.FileType> implements org.broadinstitute.barclay.argparser.CommandLineParser.ClpEnum
| Modifier and Type | Method | Description |
|---|---|---|
String |
getHelpDoc() |
|
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 nullpublic String getHelpDoc()
getHelpDoc in interface org.broadinstitute.barclay.argparser.CommandLineParser.ClpEnum