public static enum RawFileOperationSupport.FileAccessMode extends Enum<RawFileOperationSupport.FileAccessMode>
| Enum Constant and Description |
|---|
READ |
READ_WRITE |
WRITE |
| Modifier and Type | Method and Description |
|---|---|
static RawFileOperationSupport.FileAccessMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RawFileOperationSupport.FileAccessMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RawFileOperationSupport.FileAccessMode READ
public static final RawFileOperationSupport.FileAccessMode READ_WRITE
public static final RawFileOperationSupport.FileAccessMode WRITE
public static RawFileOperationSupport.FileAccessMode[] values()
public static RawFileOperationSupport.FileAccessMode 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 null