Elexis API documentation
Version 2.1.6 as of December 11 2011

com.healthmarketscience.jackcess
Enum Database.FileFormat

java.lang.Object
  extended by java.lang.Enum<Database.FileFormat>
      extended by com.healthmarketscience.jackcess.Database.FileFormat
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Database.FileFormat>
Enclosing class:
Database

public static enum Database.FileFormat
extends java.lang.Enum<Database.FileFormat>


Enum Constant Summary
V1997
           
V2000
           
V2003
           
V2007
           
 
Method Summary
 java.lang.String getFileExtension()
           
 JetFormat getJetFormat()
           
 java.lang.String toString()
           
static Database.FileFormat valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Database.FileFormat[] 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

V1997

public static final Database.FileFormat V1997

V2000

public static final Database.FileFormat V2000

V2003

public static final Database.FileFormat V2003

V2007

public static final Database.FileFormat V2007
Method Detail

values

public static Database.FileFormat[] 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 (Database.FileFormat c : Database.FileFormat.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static Database.FileFormat valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getJetFormat

public JetFormat getJetFormat()

getFileExtension

public java.lang.String getFileExtension()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum<Database.FileFormat>

Elexis API documentation
Version 2.1.6 as of December 11 2011

Copyright 2005-2011 by Gerry Weirich, Elexis