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