| Package | Description |
|---|---|
| org.wso2.siddhi.query.api.execution.query.input.state |
| Modifier and Type | Field and Description |
|---|---|
protected LogicalStateElement.Type |
LogicalStateElement.type |
| Modifier and Type | Method and Description |
|---|---|
LogicalStateElement.Type |
LogicalStateElement.getType() |
static LogicalStateElement.Type |
LogicalStateElement.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.
|
| Constructor and Description |
|---|
LogicalStateElement(StreamStateElement streamStateElement1,
LogicalStateElement.Type type,
StreamStateElement streamStateElement2) |
LogicalStateElement(StreamStateElement streamStateElement1,
LogicalStateElement.Type type,
StreamStateElement streamStateElement2,
TimeConstant within) |
Copyright © 2022 WSO2. All Rights Reserved.