public enum FileNotifyAction extends java.lang.Enum<FileNotifyAction> implements EnumWithValue<FileNotifyAction>
EnumWithValue.EnumUtils| Modifier and Type | Method and Description |
|---|---|
long |
getValue() |
static FileNotifyAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FileNotifyAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileNotifyAction FILE_ACTION_ADDED
public static final FileNotifyAction FILE_ACTION_REMOVED
public static final FileNotifyAction FILE_ACTION_MODIFIED
public static final FileNotifyAction FILE_ACTION_RENAMED_OLD_NAME
public static final FileNotifyAction FILE_ACTION_RENAMED_NEW_NAME
public static final FileNotifyAction FILE_ACTION_ADDED_STREAM
public static final FileNotifyAction FILE_ACTION_REMOVED_STREAM
public static final FileNotifyAction FILE_ACTION_MODIFIED_STREAM
public static final FileNotifyAction FILE_ACTION_REMOVED_BY_DELETE
public static FileNotifyAction[] values()
for (FileNotifyAction c : FileNotifyAction.values()) System.out.println(c);
public static FileNotifyAction 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 nullpublic long getValue()
getValue in interface EnumWithValue<FileNotifyAction>