public static enum MonetDBJavaLiteLoader.OSLibraries extends Enum<MonetDBJavaLiteLoader.OSLibraries>
Enum Constant and Description |
---|
Linux
Linux
|
MacOSX
Mac OS X
|
Windows
Windows NT
|
Modifier and Type | Method and Description |
---|---|
String |
getLibraryFileName()
Get the library file name.
|
String |
getLibraryFilePath()
Get the library file path.
|
static MonetDBJavaLiteLoader.OSLibraries |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MonetDBJavaLiteLoader.OSLibraries[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MonetDBJavaLiteLoader.OSLibraries Windows
public static final MonetDBJavaLiteLoader.OSLibraries MacOSX
public static final MonetDBJavaLiteLoader.OSLibraries Linux
public static MonetDBJavaLiteLoader.OSLibraries[] values()
for (MonetDBJavaLiteLoader.OSLibraries c : MonetDBJavaLiteLoader.OSLibraries.values()) System.out.println(c);
public static MonetDBJavaLiteLoader.OSLibraries valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getLibraryFilePath()
public String getLibraryFileName()
Copyright © 2018. All rights reserved.