com.espertech.esper.core.service
Class NamedWindowSelectedProps

java.lang.Object
  extended by com.espertech.esper.core.service.NamedWindowSelectedProps

public class NamedWindowSelectedProps
extends java.lang.Object

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

NamedWindowSelectedProps

public NamedWindowSelectedProps(java.lang.Class selectExpressionType,
                                java.lang.String assignedName,
                                EventType fragmentType)
Ctor.

Parameters:
selectExpressionType - expression result type
assignedName - name of column
fragmentType - null if not a fragment, or event type of fragment if one was selected
Method Detail

getSelectExpressionType

public java.lang.Class getSelectExpressionType()
Returns the type of the expression result.

Returns:
type

getAssignedName

public java.lang.String getAssignedName()
Returns the assigned column name.

Returns:
name

getFragmentType

public EventType getFragmentType()
Returns the fragment type or null if not a fragment type.

Returns:
type

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