Package | Description |
---|---|
com.espertech.esper.util |
Utility classes that center around Java type handling, printing, reflection, debugging
|
Modifier and Type | Method and Description |
---|---|
static DatabaseTypeEnum |
DatabaseTypeEnum.getEnum(String type)
Given a type name, matches for simple and fully-qualified Java class name (case-insensitive)
as well as case-insensitive type name.
|
static DatabaseTypeEnum |
DatabaseTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseTypeEnum[] |
DatabaseTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|