Uses of Enum Class
org.wso2.siddhi.query.api.execution.query.input.state.LogicalStateElement.Type
Packages that use LogicalStateElement.Type
-
Uses of LogicalStateElement.Type in org.wso2.siddhi.query.api.execution.query.input.state
Fields in org.wso2.siddhi.query.api.execution.query.input.state declared as LogicalStateElement.TypeMethods in org.wso2.siddhi.query.api.execution.query.input.state that return LogicalStateElement.TypeModifier and TypeMethodDescriptionLogicalStateElement.getType()static LogicalStateElement.TypeReturns the enum constant of this class with the specified name.static LogicalStateElement.Type[]LogicalStateElement.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.wso2.siddhi.query.api.execution.query.input.state with parameters of type LogicalStateElement.TypeModifierConstructorDescriptionLogicalStateElement(StreamStateElement streamStateElement1, LogicalStateElement.Type type, StreamStateElement streamStateElement2) LogicalStateElement(StreamStateElement streamStateElement1, LogicalStateElement.Type type, StreamStateElement streamStateElement2, TimeConstant within)