|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Database.FileFormat>
com.healthmarketscience.jackcess.Database.FileFormat
public static enum Database.FileFormat
Enum which indicates which version of Access created the database.
Enum Constant Summary | |
---|---|
MSISAM
|
|
V1997
|
|
V2000
|
|
V2003
|
|
V2007
|
|
V2010
|
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 |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Database.FileFormat V1997
public static final Database.FileFormat V2000
public static final Database.FileFormat V2003
public static final Database.FileFormat V2007
public static final Database.FileFormat V2010
public static final Database.FileFormat MSISAM
Method Detail |
---|
public static Database.FileFormat[] values()
for (Database.FileFormat c : Database.FileFormat.values()) System.out.println(c);
public static Database.FileFormat 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 nullpublic JetFormat getJetFormat()
public java.lang.String getFileExtension()
public java.lang.String toString()
toString
in class java.lang.Enum<Database.FileFormat>
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |