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