Uses of Enum Class
org.wso2.siddhi.query.api.execution.query.input.stream.StateInputStream.Type
Packages that use StateInputStream.Type
-
Uses of StateInputStream.Type in org.wso2.siddhi.query.api.execution.query.input.stream
Methods in org.wso2.siddhi.query.api.execution.query.input.stream that return StateInputStream.TypeModifier and TypeMethodDescriptionStateInputStream.getStateType()static StateInputStream.TypeReturns the enum constant of this class with the specified name.static StateInputStream.Type[]StateInputStream.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.stream with parameters of type StateInputStream.TypeModifierConstructorDescriptionStateInputStream(StateInputStream.Type stateType, StateElement stateElement)