Class ConfigurationCompilerPlugInPatternObject

java.lang.Object
com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInPatternObject
All Implemented Interfaces:
Serializable

public class ConfigurationCompilerPlugInPatternObject extends Object implements Serializable
Configuration information for plugging in a custom view.
See Also:
  • Constructor Details

    • ConfigurationCompilerPlugInPatternObject

      public ConfigurationCompilerPlugInPatternObject()
      Ctor.
  • Method Details

    • getNamespace

      public String getNamespace()
      Returns the namespace
      Returns:
      namespace
    • getName

      public String getName()
      Returns the view name.
      Returns:
      view name
    • getForgeClassName

      public String getForgeClassName()
      Returns the view factory class name.
      Returns:
      factory class name
    • setNamespace

      public void setNamespace(String namespace)
      Sets the view namespace.
      Parameters:
      namespace - to set
    • setName

      public void setName(String name)
      Sets the view name.
      Parameters:
      name - to set
    • setForgeClassName

      public void setForgeClassName(String forgeClassName)
      Sets the view factory class name.
      Parameters:
      forgeClassName - is the class name of the view factory
    • getPatternObjectType

      public PatternObjectType getPatternObjectType()
      Returns an object type of the pattern object plug-in.
      Returns:
      pattern object type
    • setPatternObjectType

      public void setPatternObjectType(PatternObjectType patternObjectType)
      Set the type of pattern object for plug-in.
      Parameters:
      patternObjectType - is the object type to set