|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.soda.ContextDescriptorCategoryItem
public class ContextDescriptorCategoryItem
Context descriptor for categories.
Constructor Summary | |
---|---|
ContextDescriptorCategoryItem()
Ctor. |
|
ContextDescriptorCategoryItem(Expression expression,
java.lang.String label)
Ctor. |
Method Summary | |
---|---|
Expression |
getExpression()
Returns the category expression. |
java.lang.String |
getLabel()
Returns the category label |
void |
setExpression(Expression expression)
Sets the category expression. |
void |
setLabel(java.lang.String label)
Sets the category label |
void |
toEPL(java.io.StringWriter writer,
EPStatementFormatter formatter)
Format as EPL. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContextDescriptorCategoryItem()
public ContextDescriptorCategoryItem(Expression expression, java.lang.String label)
expression
- category expressionlabel
- category labelMethod Detail |
---|
public Expression getExpression()
public void setExpression(Expression expression)
expression
- to setpublic java.lang.String getLabel()
public void setLabel(java.lang.String label)
label
- category labelpublic void toEPL(java.io.StringWriter writer, EPStatementFormatter formatter)
ContextDescriptor
toEPL
in interface ContextDescriptor
writer
- outputformatter
- formatter
|
© 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 |