public static enum SPEA2Breeder.BreedingState extends java.lang.Enum<SPEA2Breeder.BreedingState>
| Enum Constant and Description |
|---|
ARCHIVE_LOADED |
BREEDING_COMPLETE |
| Modifier and Type | Method and Description |
|---|---|
static SPEA2Breeder.BreedingState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SPEA2Breeder.BreedingState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SPEA2Breeder.BreedingState ARCHIVE_LOADED
public static final SPEA2Breeder.BreedingState BREEDING_COMPLETE
public static SPEA2Breeder.BreedingState[] values()
for (SPEA2Breeder.BreedingState c : SPEA2Breeder.BreedingState.values()) System.out.println(c);
public static SPEA2Breeder.BreedingState 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