public static enum IDBCursor.IDBCursorDirection extends Enum<IDBCursor.IDBCursorDirection>
| Enum Constant and Description |
|---|
next |
nextunique |
prev |
prevunique |
| Modifier and Type | Method and Description |
|---|---|
static IDBCursor.IDBCursorDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IDBCursor.IDBCursorDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IDBCursor.IDBCursorDirection next
public static final IDBCursor.IDBCursorDirection nextunique
public static final IDBCursor.IDBCursorDirection prev
public static final IDBCursor.IDBCursorDirection prevunique
public static IDBCursor.IDBCursorDirection[] values()
for (IDBCursor.IDBCursorDirection c : IDBCursor.IDBCursorDirection.values()) System.out.println(c);
public static IDBCursor.IDBCursorDirection valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2015. All rights reserved.