Package | Description |
---|---|
com.espertech.esper.common.client.type |
Classes that represent EPL types.
|
Modifier and Type | Method and Description |
---|---|
static EPTypePremade |
EPTypePremade.getExisting(Class<?> clazz)
Returns the pre-allocated holder for a given class, or null if there is no pre-allocated holder for this class
|
static EPTypePremade |
EPTypePremade.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EPTypePremade[] |
EPTypePremade.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2005–2022. All rights reserved.