Class NamedWindowSelectedProps
java.lang.Object
com.espertech.esper.common.internal.context.aifactory.createwindow.NamedWindowSelectedProps
Selected properties for a create-window expression in the model-after syntax.
-
Constructor Summary
ConstructorDescriptionNamedWindowSelectedProps
(EPType selectExpressionType, String assignedName, EventType fragmentType) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the assigned column name.Returns the fragment type or null if not a fragment type.Returns the type of the expression result.
-
Constructor Details
-
NamedWindowSelectedProps
public NamedWindowSelectedProps(EPType selectExpressionType, String assignedName, EventType fragmentType) Ctor.- Parameters:
selectExpressionType
- expression result typeassignedName
- name of columnfragmentType
- null if not a fragment, or event type of fragment if one was selected
-
-
Method Details
-
getSelectExpressionType
Returns the type of the expression result.- Returns:
- type
-
getAssignedName
Returns the assigned column name.- Returns:
- name
-
getFragmentType
Returns the fragment type or null if not a fragment type.- Returns:
- type
-