Package | Description |
---|---|
com.espertech.esper.common.client.util |
Client utility classes.
|
com.espertech.esper.runtime.client |
Runtime API: Runs compiled EPL.
|
Modifier and Type | Method and Description |
---|---|
static StatementProperty |
StatementProperty.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StatementProperty[] |
StatementProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
EPStatement.getProperty(StatementProperty field)
Returns a statement property value.
|