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