com.espertech.esper.epl.variable
Class VariableMetaData

java.lang.Object
  extended by com.espertech.esper.epl.variable.VariableMetaData

public class VariableMetaData
extends java.lang.Object


Constructor Summary
VariableMetaData(java.lang.String variableName, java.lang.String contextPartitionName, int variableNumber, java.lang.Class type, EventType eventType, boolean constant, VariableStateFactory variableStateFactory)
           
 
Method Summary
 java.lang.String getContextPartitionName()
           
 EventType getEventType()
          Returns the event type if the variable hold event(s).
 java.lang.Class getType()
          Returns the type of the variable.
 java.lang.String getVariableName()
          Returns the variable name.
 int getVariableNumber()
          Returns the variable number.
 VariableStateFactory getVariableStateFactory()
           
 boolean isConstant()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableMetaData

public VariableMetaData(java.lang.String variableName,
                        java.lang.String contextPartitionName,
                        int variableNumber,
                        java.lang.Class type,
                        EventType eventType,
                        boolean constant,
                        VariableStateFactory variableStateFactory)
Method Detail

getVariableName

public java.lang.String getVariableName()
Returns the variable name.

Returns:
variable name

getContextPartitionName

public java.lang.String getContextPartitionName()

getVariableNumber

public int getVariableNumber()
Returns the variable number.

Returns:
variable index number

getType

public java.lang.Class getType()
Returns the type of the variable.

Returns:
type

getEventType

public EventType getEventType()
Returns the event type if the variable hold event(s).

Returns:
type

isConstant

public boolean isConstant()

getVariableStateFactory

public VariableStateFactory getVariableStateFactory()

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com