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