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