|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Index.EntryType>
com.healthmarketscience.jackcess.Index.EntryType
public static enum Index.EntryType
type attributes for Entries which simplify comparisons
Enum Constant Summary | |
---|---|
ALWAYS_FIRST
comparable type indicating this Entry should always compare less than valid RowIds |
|
ALWAYS_LAST
comparable type indicating this Entry should always compare greater than valid RowIds |
|
FIRST_VALID
comparable type indicating this Entry should always compare less than other valid entries with equal entryBytes |
|
LAST_VALID
comparable type indicating this Entry should always compare greater than other valid entries with equal entryBytes |
|
NORMAL
comparable type indicating this RowId should always compare normally |
Method Summary | |
---|---|
static Index.EntryType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Index.EntryType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Index.EntryType ALWAYS_FIRST
public static final Index.EntryType FIRST_VALID
public static final Index.EntryType NORMAL
public static final Index.EntryType LAST_VALID
public static final Index.EntryType ALWAYS_LAST
Method Detail |
---|
public static Index.EntryType[] values()
for (Index.EntryType c : Index.EntryType.values()) System.out.println(c);
public static Index.EntryType 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 name
java.lang.NullPointerException
- if the argument is null
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |