Package | Description |
---|---|
com.espertech.esper.common.client.configuration.compiler |
Configuration classes for the compiler section, which is only relevant to the compiler
|
com.espertech.esper.common.client.util |
Client utility classes.
|
Modifier and Type | Method and Description |
---|---|
PatternObjectType |
ConfigurationCompilerPlugInPatternObject.getPatternObjectType()
Returns an object type of the pattern object plug-in.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationCompilerPlugInPatternObject.setPatternObjectType(PatternObjectType patternObjectType)
Set the type of pattern object for plug-in.
|
Modifier and Type | Method and Description |
---|---|
static PatternObjectType |
PatternObjectType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PatternObjectType[] |
PatternObjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|