Class ConfigurationCompilerPlugInPatternObject
java.lang.Object
com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInPatternObject
- All Implemented Interfaces:
Serializable
Configuration information for plugging in a custom view.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the view factory class name.getName()
Returns the view name.Returns the namespaceReturns an object type of the pattern object plug-in.void
setForgeClassName
(String forgeClassName) Sets the view factory class name.void
Sets the view name.void
setNamespace
(String namespace) Sets the view namespace.void
setPatternObjectType
(PatternObjectType patternObjectType) Set the type of pattern object for plug-in.
-
Constructor Details
-
ConfigurationCompilerPlugInPatternObject
public ConfigurationCompilerPlugInPatternObject()Ctor.
-
-
Method Details
-
getNamespace
Returns the namespace- Returns:
- namespace
-
getName
Returns the view name.- Returns:
- view name
-
getForgeClassName
Returns the view factory class name.- Returns:
- factory class name
-
setNamespace
Sets the view namespace.- Parameters:
namespace
- to set
-
setName
Sets the view name.- Parameters:
name
- to set
-
setForgeClassName
Sets the view factory class name.- Parameters:
forgeClassName
- is the class name of the view factory
-
getPatternObjectType
Returns an object type of the pattern object plug-in.- Returns:
- pattern object type
-
setPatternObjectType
Set the type of pattern object for plug-in.- Parameters:
patternObjectType
- is the object type to set
-