public static enum CampBX.DarkPool extends Enum<CampBX.DarkPool>
Modifier and Type | Method and Description |
---|---|
static CampBX.DarkPool |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CampBX.DarkPool[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CampBX.DarkPool Yes
public static final CampBX.DarkPool No
public static CampBX.DarkPool[] values()
for (CampBX.DarkPool c : CampBX.DarkPool.values()) System.out.println(c);
public static CampBX.DarkPool 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 © 2012–2018 Xeiam, LLC. All rights reserved.