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