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