Package com.hierynomus.msfscc
Enum FileNotifyAction
- java.lang.Object
-
- java.lang.Enum<FileNotifyAction>
-
- com.hierynomus.msfscc.FileNotifyAction
-
- All Implemented Interfaces:
EnumWithValue<FileNotifyAction>,java.io.Serializable,java.lang.Comparable<FileNotifyAction>,java.lang.constant.Constable
public enum FileNotifyAction extends java.lang.Enum<FileNotifyAction> implements EnumWithValue<FileNotifyAction>
[MS-FSCC].pdf 2.4.42 File Notify Information Action
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.lang.Enum
java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
-
Nested classes/interfaces inherited from interface com.hierynomus.protocol.commons.EnumWithValue
EnumWithValue.EnumUtils
-
-
Enum Constant Summary
-
Method Summary
Modifier and Type Method Description longgetValue()static FileNotifyActionvalueOf(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.
-
-
-
Enum Constant Detail
-
FILE_ACTION_ADDED
public static final FileNotifyAction FILE_ACTION_ADDED
-
FILE_ACTION_REMOVED
public static final FileNotifyAction FILE_ACTION_REMOVED
-
FILE_ACTION_MODIFIED
public static final FileNotifyAction FILE_ACTION_MODIFIED
-
FILE_ACTION_RENAMED_OLD_NAME
public static final FileNotifyAction FILE_ACTION_RENAMED_OLD_NAME
-
FILE_ACTION_RENAMED_NEW_NAME
public static final FileNotifyAction FILE_ACTION_RENAMED_NEW_NAME
-
FILE_ACTION_ADDED_STREAM
public static final FileNotifyAction FILE_ACTION_ADDED_STREAM
-
FILE_ACTION_REMOVED_STREAM
public static final FileNotifyAction FILE_ACTION_REMOVED_STREAM
-
FILE_ACTION_MODIFIED_STREAM
public static final FileNotifyAction FILE_ACTION_MODIFIED_STREAM
-
FILE_ACTION_REMOVED_BY_DELETE
public static final FileNotifyAction FILE_ACTION_REMOVED_BY_DELETE
-
FILE_ACTION_ID_NOT_TUNNELLED
public static final FileNotifyAction FILE_ACTION_ID_NOT_TUNNELLED
-
FILE_ACTION_TUNNELLED_ID_COLLISION
public static final FileNotifyAction FILE_ACTION_TUNNELLED_ID_COLLISION
-
-
Method Detail
-
values
public static FileNotifyAction[] values()
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static FileNotifyAction valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getValue
public long getValue()
- Specified by:
getValuein interfaceEnumWithValue<FileNotifyAction>
-
-