public enum SMB2CreateOptions extends java.lang.Enum<SMB2CreateOptions> implements EnumWithValue<SMB2CreateOptions>
EnumWithValue.EnumUtils| Modifier and Type | Method and Description |
|---|---|
long |
getValue() |
static SMB2CreateOptions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SMB2CreateOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SMB2CreateOptions FILE_DIRECTORY_FILE
public static final SMB2CreateOptions FILE_WRITE_THROUGH
public static final SMB2CreateOptions FILE_SEQUENTIAL_ONLY
public static final SMB2CreateOptions FILE_NO_INTERMEDIATE_BUFFERING
public static final SMB2CreateOptions FILE_SYNCHRONOUS_IO_ALERT
public static final SMB2CreateOptions FILE_SYNCHRONOUS_IO_NONALERT
public static final SMB2CreateOptions FILE_NON_DIRECTORY_FILE
public static final SMB2CreateOptions FILE_COMPLETE_IF_OPLOCKED
public static final SMB2CreateOptions FILE_NO_EA_KNOWLEDGE
public static final SMB2CreateOptions FILE_RANDOM_ACCESS
public static final SMB2CreateOptions FILE_DELETE_ON_CLOSE
public static final SMB2CreateOptions FILE_OPEN_BY_FILE_ID
public static final SMB2CreateOptions FILE_OPEN_FOR_BACKUP_INTENT
public static final SMB2CreateOptions FILE_NO_COMPRESSION
public static final SMB2CreateOptions FILE_OPEN_REMOTE_INSTANCE
public static final SMB2CreateOptions FILE_OPEN_REQUIRING_OPLOCK
public static final SMB2CreateOptions FILE_DISALLOW_EXCLUSIVE
public static final SMB2CreateOptions FILE_RESERVE_OPFILTER
public static final SMB2CreateOptions FILE_OPEN_REPARSE_POINT
public static final SMB2CreateOptions FILE_OPEN_NO_RECALL
public static final SMB2CreateOptions FILE_OPEN_FOR_FREE_SPACE_QUERY
public static SMB2CreateOptions[] values()
for (SMB2CreateOptions c : SMB2CreateOptions.values()) System.out.println(c);
public static SMB2CreateOptions 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<SMB2CreateOptions>