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