public static enum VcfMetaFormat.Type extends Enum<VcfMetaFormat.Type>
| Modifier and Type | Method and Description |
|---|---|
static VcfMetaFormat.Type |
from(String str) |
String |
toString() |
static VcfMetaFormat.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VcfMetaFormat.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VcfMetaFormat.Type INTEGER
public static final VcfMetaFormat.Type FLOAT
public static final VcfMetaFormat.Type CHARACTER
public static final VcfMetaFormat.Type STRING
public static VcfMetaFormat.Type[] values()
for (VcfMetaFormat.Type c : VcfMetaFormat.Type.values()) System.out.println(c);
public static VcfMetaFormat.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 nullpublic static VcfMetaFormat.Type from(String str)
public String toString()
toString in class Enum<VcfMetaFormat.Type>Copyright © 2019. All rights reserved.