public class GetMode extends java.lang.Object
static GetMode
NEXT
NEXT_DUP
NEXT_NODUP
PREV
PREV_DUP
PREV_NODUP
boolean
isForward()
java.lang.String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final GetMode NEXT
public static final GetMode PREV
public static final GetMode NEXT_DUP
public static final GetMode PREV_DUP
public static final GetMode NEXT_NODUP
public static final GetMode PREV_NODUP
public final boolean isForward()
public java.lang.String toString()
toString
java.lang.Object