private static enum FS_POSIX.AtomicFileCreation extends java.lang.Enum<FS_POSIX.AtomicFileCreation>
| Enum Constant and Description |
|---|
NOT_SUPPORTED |
SUPPORTED |
UNDEFINED |
| Modifier and Type | Method and Description |
|---|---|
static FS_POSIX.AtomicFileCreation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FS_POSIX.AtomicFileCreation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FS_POSIX.AtomicFileCreation SUPPORTED
public static final FS_POSIX.AtomicFileCreation NOT_SUPPORTED
public static final FS_POSIX.AtomicFileCreation UNDEFINED
public static FS_POSIX.AtomicFileCreation[] values()
for (FS_POSIX.AtomicFileCreation c : FS_POSIX.AtomicFileCreation.values()) System.out.println(c);
public static FS_POSIX.AtomicFileCreation 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 null