public static enum RowIdImpl.Type extends Enum<RowIdImpl.Type>
Enum Constant and Description |
---|
ALWAYS_FIRST
comparable type indicating this RowId should always compare less than
normal RowIds
|
ALWAYS_LAST
comparable type indicating this RowId should always compare greater
than normal RowIds
|
NORMAL
comparable type indicating this RowId should always compare
normally
|
Modifier and Type | Method and Description |
---|---|
static RowIdImpl.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RowIdImpl.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RowIdImpl.Type ALWAYS_FIRST
public static final RowIdImpl.Type NORMAL
public static final RowIdImpl.Type ALWAYS_LAST
public static RowIdImpl.Type[] values()
for (RowIdImpl.Type c : RowIdImpl.Type.values()) System.out.println(c);
public static RowIdImpl.Type 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 © 2005–2024 OpenHMS. All rights reserved.