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