com.healthmarketscience.jackcess.impl
Enum JetFormatTest.Basename
java.lang.Object
java.lang.Enum<JetFormatTest.Basename>
com.healthmarketscience.jackcess.impl.JetFormatTest.Basename
- All Implemented Interfaces:
- Serializable, Comparable<JetFormatTest.Basename>
- Enclosing class:
- JetFormatTest
public static enum JetFormatTest.Basename
- extends Enum<JetFormatTest.Basename>
Defines known valid db test file base names.
BIG_INDEX
public static final JetFormatTest.Basename BIG_INDEX
COMP_INDEX
public static final JetFormatTest.Basename COMP_INDEX
DEL_COL
public static final JetFormatTest.Basename DEL_COL
DEL
public static final JetFormatTest.Basename DEL
FIXED_NUMERIC
public static final JetFormatTest.Basename FIXED_NUMERIC
FIXED_TEXT
public static final JetFormatTest.Basename FIXED_TEXT
INDEX_CURSOR
public static final JetFormatTest.Basename INDEX_CURSOR
INDEX
public static final JetFormatTest.Basename INDEX
OVERFLOW
public static final JetFormatTest.Basename OVERFLOW
QUERY
public static final JetFormatTest.Basename QUERY
TEST
public static final JetFormatTest.Basename TEST
TEST2
public static final JetFormatTest.Basename TEST2
INDEX_CODES
public static final JetFormatTest.Basename INDEX_CODES
INDEX_PROPERTIES
public static final JetFormatTest.Basename INDEX_PROPERTIES
PROMOTION
public static final JetFormatTest.Basename PROMOTION
COMPLEX
public static final JetFormatTest.Basename COMPLEX
UNSUPPORTED
public static final JetFormatTest.Basename UNSUPPORTED
LINKED
public static final JetFormatTest.Basename LINKED
BLOB
public static final JetFormatTest.Basename BLOB
CALC_FIELD
public static final JetFormatTest.Basename CALC_FIELD
BINARY_INDEX
public static final JetFormatTest.Basename BINARY_INDEX
values
public static JetFormatTest.Basename[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (JetFormatTest.Basename c : JetFormatTest.Basename.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static JetFormatTest.Basename valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
toString
public String toString()
- Overrides:
toString
in class Enum<JetFormatTest.Basename>
Copyright © 2005-2015 Health Market Science. All Rights Reserved.