public static enum SystemDatabaseInformation.Property extends Enum<SystemDatabaseInformation.Property>
| Enum Constant and Description |
|---|
DATABASE_CONNECTION_URL |
DATABASE_DRIVER_NAME |
DATABASE_DRIVER_VERSION |
DATABASE_PRODUCT_NAME |
DATABASE_PRODUCT_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static SystemDatabaseInformation.Property |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemDatabaseInformation.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemDatabaseInformation.Property DATABASE_CONNECTION_URL
public static final SystemDatabaseInformation.Property DATABASE_PRODUCT_NAME
public static final SystemDatabaseInformation.Property DATABASE_PRODUCT_VERSION
public static final SystemDatabaseInformation.Property DATABASE_DRIVER_NAME
public static final SystemDatabaseInformation.Property DATABASE_DRIVER_VERSION
public static SystemDatabaseInformation.Property[] values()
for (SystemDatabaseInformation.Property c : SystemDatabaseInformation.Property.values()) System.out.println(c);
public static SystemDatabaseInformation.Property 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 nullCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.