|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.core.service.NamedWindowSelectedProps
public class NamedWindowSelectedProps
Selected properties for a create-window expression in the model-after syntax.
Constructor Summary | |
---|---|
NamedWindowSelectedProps(java.lang.Class selectExpressionType,
java.lang.String assignedName,
EventType fragmentType)
Ctor. |
Method Summary | |
---|---|
java.lang.String |
getAssignedName()
Returns the assigned column name. |
EventType |
getFragmentType()
Returns the fragment type or null if not a fragment type. |
java.lang.Class |
getSelectExpressionType()
Returns the type of the expression result. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NamedWindowSelectedProps(java.lang.Class selectExpressionType, java.lang.String assignedName, EventType fragmentType)
selectExpressionType
- expression result typeassignedName
- name of columnfragmentType
- null if not a fragment, or event type of fragment if one was selectedMethod Detail |
---|
public java.lang.Class getSelectExpressionType()
public java.lang.String getAssignedName()
public EventType getFragmentType()
|
© 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 |