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