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