| Enum Constant and Description |
|---|
TILEDB_VFS_APPEND |
TILEDB_VFS_READ |
TILEDB_VFS_WRITE |
| Modifier and Type | Method and Description |
|---|---|
protected static VFSMode |
fromSwigEnum(tiledb_vfs_mode_t e) |
protected tiledb_vfs_mode_t |
toSwigEnum() |
static VFSMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VFSMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VFSMode TILEDB_VFS_READ
public static final VFSMode TILEDB_VFS_WRITE
public static final VFSMode TILEDB_VFS_APPEND
public static VFSMode[] values()
for (VFSMode c : VFSMode.values()) System.out.println(c);
public static VFSMode 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 nullprotected tiledb_vfs_mode_t toSwigEnum() throws TileDBError
TileDBErrorprotected static VFSMode fromSwigEnum(tiledb_vfs_mode_t e) throws TileDBError
TileDBError