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