|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.variable.VariableMetaData
public class VariableMetaData
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 |
---|
public VariableMetaData(java.lang.String variableName, java.lang.String contextPartitionName, int variableNumber, java.lang.Class type, EventType eventType, boolean constant, VariableStateFactory variableStateFactory)
Method Detail |
---|
public java.lang.String getVariableName()
public java.lang.String getContextPartitionName()
public int getVariableNumber()
public java.lang.Class getType()
public EventType getEventType()
public boolean isConstant()
public VariableStateFactory getVariableStateFactory()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |