Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationPlugInPatternObject.PatternObjectType |
ConfigurationPlugInPatternObject.getPatternObjectType()
Returns an object type of the pattern object plug-in.
|
static ConfigurationPlugInPatternObject.PatternObjectType |
ConfigurationPlugInPatternObject.PatternObjectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationPlugInPatternObject.PatternObjectType[] |
ConfigurationPlugInPatternObject.PatternObjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationPlugInPatternObject.setPatternObjectType(ConfigurationPlugInPatternObject.PatternObjectType patternObjectType)
Set the type of pattern object for plug-in.
|