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