public static enum GAProbePackage.Variation extends java.lang.Enum<GAProbePackage.Variation>
| Enum Constant and Description |
|---|
BASIC |
IT_BLEW_UP |
PACKAGE_MISSING |
SCAVENGER |
| Modifier and Type | Method and Description |
|---|---|
static GAProbePackage.Variation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GAProbePackage.Variation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GAProbePackage.Variation BASIC
public static final GAProbePackage.Variation SCAVENGER
public static final GAProbePackage.Variation IT_BLEW_UP
public static final GAProbePackage.Variation PACKAGE_MISSING
public static GAProbePackage.Variation[] values()
for (GAProbePackage.Variation c : GAProbePackage.Variation.values()) System.out.println(c);
public static GAProbePackage.Variation valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null