Serializable
, Comparable<VCFHeaderLineCount>
public enum VCFHeaderLineCount extends Enum<VCFHeaderLineCount>
Modifier and Type | Method | Description |
---|---|---|
static VCFHeaderLineCount |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static VCFHeaderLineCount[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VCFHeaderLineCount INTEGER
public static final VCFHeaderLineCount A
public static final VCFHeaderLineCount R
public static final VCFHeaderLineCount G
public static final VCFHeaderLineCount UNBOUNDED
public static VCFHeaderLineCount[] values()
for (VCFHeaderLineCount c : VCFHeaderLineCount.values()) System.out.println(c);
public static VCFHeaderLineCount 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 null