Uses of Class
io.siddhi.query.api.execution.query.input.state.LogicalStateElement.Type
-
Packages that use LogicalStateElement.Type Package Description io.siddhi.query.api.execution.query.input.state -
-
Uses of LogicalStateElement.Type in io.siddhi.query.api.execution.query.input.state
Fields in io.siddhi.query.api.execution.query.input.state declared as LogicalStateElement.Type Modifier and Type Field Description protected LogicalStateElement.TypeLogicalStateElement. typeMethods in io.siddhi.query.api.execution.query.input.state that return LogicalStateElement.Type Modifier and Type Method Description LogicalStateElement.TypeLogicalStateElement. getType()static LogicalStateElement.TypeLogicalStateElement.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static LogicalStateElement.Type[]LogicalStateElement.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.siddhi.query.api.execution.query.input.state with parameters of type LogicalStateElement.Type Constructor Description LogicalStateElement(StreamStateElement streamStateElement1, LogicalStateElement.Type type, StreamStateElement streamStateElement2)
-