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