Class ConfigurationCompilerPlugInEnumMethod
java.lang.Object
com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInEnumMethod
- All Implemented Interfaces:
Serializable
Configuration information for plugging in a custom enum-method.
- See Also:
-
Constructor Summary
ConstructorDescriptionCtor.ConfigurationCompilerPlugInEnumMethod
(String name, String forgeClassName) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the class name of the enum method forge factory class.getName()
Returns the enum method name.int
hashCode()
void
setForgeClassName
(String forgeClassName) Sets the class name of the aggregation function factory class.void
Sets the enum method name.
-
Constructor Details
-
ConfigurationCompilerPlugInEnumMethod
public ConfigurationCompilerPlugInEnumMethod()Ctor. -
ConfigurationCompilerPlugInEnumMethod
Ctor.- Parameters:
name
- of the enum methodforgeClassName
- the name of the enum method forge factory class
-
-
Method Details
-
getName
Returns the enum method name.- Returns:
- name
-
setName
Sets the enum method name.- Parameters:
name
- to set
-
getForgeClassName
Returns the class name of the enum method forge factory class.- Returns:
- class name
-
setForgeClassName
Sets the class name of the aggregation function factory class.- Parameters:
forgeClassName
- class name to set
-
equals
-
hashCode
public int hashCode()
-