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