com.healthmarketscience.jackcess.impl
Enum JetFormatTest.Basename

java.lang.Object
  extended by java.lang.Enum<JetFormatTest.Basename>
      extended by 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.


Enum Constant Summary
BIG_INDEX
           
BINARY_INDEX
           
BLOB
           
CALC_FIELD
           
COMP_INDEX
           
COMPLEX
           
DEL
           
DEL_COL
           
FIXED_NUMERIC
           
FIXED_TEXT
           
INDEX
           
INDEX_CODES
           
INDEX_CURSOR
           
INDEX_PROPERTIES
           
LINKED
           
OVERFLOW
           
PROMOTION
           
QUERY
           
TEST
           
TEST2
           
UNSUPPORTED
           
 
Method Summary
 String toString()
           
static JetFormatTest.Basename valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JetFormatTest.Basename[] 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, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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.