public static enum YadcfConfigGenerator.FilterType extends Enum<YadcfConfigGenerator.FilterType>
Type of filter that can be used when individual column filtering is enabled.
| Modifier and Type | Method and Description |
|---|---|
static YadcfConfigGenerator.FilterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YadcfConfigGenerator.FilterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final YadcfConfigGenerator.FilterType SELECT
public static final YadcfConfigGenerator.FilterType INPUT
public static YadcfConfigGenerator.FilterType[] values()
for (YadcfConfigGenerator.FilterType c : YadcfConfigGenerator.FilterType.values()) System.out.println(c);
public static YadcfConfigGenerator.FilterType 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 © 2013–2015 Dandelion Project. All rights reserved.