public enum pool_scrub_type_t extends Enum<pool_scrub_type_t>
| Enum Constant and Description |
|---|
POOL_SCRUB_EVERYTHING |
POOL_SCRUB_NONE |
POOL_SCRUB_RESILVER |
POOL_SCRUB_TYPES |
| Modifier and Type | Method and Description |
|---|---|
static pool_scrub_type_t |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static pool_scrub_type_t[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final pool_scrub_type_t POOL_SCRUB_NONE
public static final pool_scrub_type_t POOL_SCRUB_RESILVER
public static final pool_scrub_type_t POOL_SCRUB_EVERYTHING
public static final pool_scrub_type_t POOL_SCRUB_TYPES
public static pool_scrub_type_t[] values()
for (pool_scrub_type_t c : pool_scrub_type_t.values()) System.out.println(c);
public static pool_scrub_type_t 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 © 2008–2017. All rights reserved.