public static enum CursorPara.CursorType extends Enum<CursorPara.CursorType>
Enum Constant and Description |
---|
KeySet |
KeyValueSet |
Scan |
SelectQuery |
Modifier and Type | Method and Description |
---|---|
static CursorPara.CursorType |
getCursorType(byte value) |
byte |
getValue() |
static CursorPara.CursorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CursorPara.CursorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CursorPara.CursorType Scan
public static final CursorPara.CursorType KeySet
public static final CursorPara.CursorType KeyValueSet
public static final CursorPara.CursorType SelectQuery
public static CursorPara.CursorType[] values()
for (CursorPara.CursorType c : CursorPara.CursorType.values()) System.out.println(c);
public static CursorPara.CursorType 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 nullpublic static CursorPara.CursorType getCursorType(byte value)
public byte getValue()
Copyright © 2016. All rights reserved.