public static enum FileTreeUpdateFilter.Result extends Enum<FileTreeUpdateFilter.Result>
Modifier and Type | Method and Description |
---|---|
static FileTreeUpdateFilter.Result |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileTreeUpdateFilter.Result[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileTreeUpdateFilter.Result EXCLUDE
public static final FileTreeUpdateFilter.Result SAVE
public static final FileTreeUpdateFilter.Result NOMATCH
public static FileTreeUpdateFilter.Result[] values()
for (FileTreeUpdateFilter.Result c : FileTreeUpdateFilter.Result.values()) System.out.println(c);
public static FileTreeUpdateFilter.Result 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 null