public static enum TogglzConfiguration.Features extends java.lang.Enum<TogglzConfiguration.Features> implements org.togglz.core.Feature
| Enum Constant and Description |
|---|
TEST |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isActive() |
static TogglzConfiguration.Features |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TogglzConfiguration.Features[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TogglzConfiguration.Features TEST
public static TogglzConfiguration.Features[] values()
for (TogglzConfiguration.Features c : TogglzConfiguration.Features.values()) System.out.println(c);
public static TogglzConfiguration.Features 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 nullpublic boolean isActive()