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