public static enum RowRange.EndKeyCase extends java.lang.Enum<RowRange.EndKeyCase> implements Internal.EnumLite
| Enum Constant and Description |
|---|
END_KEY_CLOSED |
END_KEY_OPEN |
ENDKEY_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static RowRange.EndKeyCase |
forNumber(int value) |
int |
getNumber() |
static RowRange.EndKeyCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RowRange.EndKeyCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RowRange.EndKeyCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RowRange.EndKeyCase END_KEY_OPEN
public static final RowRange.EndKeyCase END_KEY_CLOSED
public static final RowRange.EndKeyCase ENDKEY_NOT_SET
public static RowRange.EndKeyCase[] values()
for (RowRange.EndKeyCase c : RowRange.EndKeyCase.values()) System.out.println(c);
public static RowRange.EndKeyCase 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 null@Deprecated public static RowRange.EndKeyCase valueOf(int value)
forNumber(int) instead.public static RowRange.EndKeyCase forNumber(int value)
public int getNumber()
getNumber in interface Internal.EnumLite