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