public static enum ConfigurationFilenameFilter.FilterType extends java.lang.Enum<ConfigurationFilenameFilter.FilterType>
| Enum Constant and Description |
|---|
CONTAINS |
ENDS_WITH |
EQUALS |
STARTS_WITH |
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationFilenameFilter.FilterType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationFilenameFilter.FilterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigurationFilenameFilter.FilterType EQUALS
public static final ConfigurationFilenameFilter.FilterType STARTS_WITH
public static final ConfigurationFilenameFilter.FilterType ENDS_WITH
public static final ConfigurationFilenameFilter.FilterType CONTAINS
public static ConfigurationFilenameFilter.FilterType[] values()
for (ConfigurationFilenameFilter.FilterType c : ConfigurationFilenameFilter.FilterType.values()) System.out.println(c);
public static ConfigurationFilenameFilter.FilterType 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 nullData In Motion Consulting 2018