public static enum ODBCClientRemote.CursorDirection extends Enum<ODBCClientRemote.CursorDirection>
Enum Constant and Description |
---|
ABSOLUTE |
FIRST |
FORWARD |
LAST |
RELATIVE |
Modifier and Type | Method and Description |
---|---|
static ODBCClientRemote.CursorDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ODBCClientRemote.CursorDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ODBCClientRemote.CursorDirection FORWARD
public static final ODBCClientRemote.CursorDirection FIRST
public static final ODBCClientRemote.CursorDirection ABSOLUTE
public static final ODBCClientRemote.CursorDirection RELATIVE
public static final ODBCClientRemote.CursorDirection LAST
public static ODBCClientRemote.CursorDirection[] values()
for (ODBCClientRemote.CursorDirection c : ODBCClientRemote.CursorDirection.values()) System.out.println(c);
public static ODBCClientRemote.CursorDirection 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 © 2018 JBoss by Red Hat. All rights reserved.