public enum AlertPersistenceDBType extends Enum<AlertPersistenceDBType>
| Enum Constant and Description |
|---|
DB2 |
DERBY |
ORACLE |
POINTBASE |
SYBASE |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatabasetype() |
String |
getDescription() |
static AlertPersistenceDBType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlertPersistenceDBType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlertPersistenceDBType DB2
public static final AlertPersistenceDBType ORACLE
public static final AlertPersistenceDBType POINTBASE
public static final AlertPersistenceDBType SYBASE
public static final AlertPersistenceDBType DERBY
public static AlertPersistenceDBType[] values()
for (AlertPersistenceDBType c : AlertPersistenceDBType.values()) System.out.println(c);
public static AlertPersistenceDBType 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 getDescription()
public String getDatabasetype()
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.