public static enum SortableSNP.SORTBY extends Enum<SortableSNP.SORTBY>
| Enum Constant and Description |
|---|
CHR |
CHRANDCHRPOS |
CHRPOS |
EFFECT |
ID |
NAME |
| Modifier and Type | Method and Description |
|---|---|
static SortableSNP.SORTBY |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortableSNP.SORTBY[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SortableSNP.SORTBY NAME
public static final SortableSNP.SORTBY ID
public static final SortableSNP.SORTBY CHR
public static final SortableSNP.SORTBY CHRPOS
public static final SortableSNP.SORTBY CHRANDCHRPOS
public static final SortableSNP.SORTBY EFFECT
public static SortableSNP.SORTBY[] values()
for (SortableSNP.SORTBY c : SortableSNP.SORTBY.values()) System.out.println(c);
public static SortableSNP.SORTBY 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 © 2015. All Rights Reserved.