Package | Description |
---|---|
com.espertech.esper.util |
Utility classes that center around Java type handling, printing, reflection, debugging
|
Modifier and Type | Method and Description |
---|---|
static EventRepresentationEnum |
EventRepresentationEnum.getEngineDefault(EPServiceProvider engine) |
static EventRepresentationEnum |
EventRepresentationEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventRepresentationEnum[] |
EventRepresentationEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|