public static enum SpawnOptions.SpawnMode extends Enum<SpawnOptions.SpawnMode>
| Modifier and Type | Method and Description |
|---|---|
static SpawnOptions.SpawnMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpawnOptions.SpawnMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpawnOptions.SpawnMode KEEP
public static final SpawnOptions.SpawnMode ABORT
public static final SpawnOptions.SpawnMode HALT
public static SpawnOptions.SpawnMode[] values()
for (SpawnOptions.SpawnMode c : SpawnOptions.SpawnMode.values()) System.out.println(c);
public static SpawnOptions.SpawnMode 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 Eclipse Stardust. All Rights Reserved.