Package | Description |
---|---|
org.ballerinalang.siddhi.query.api.aggregation |
Modifier and Type | Method and Description |
---|---|
static TimePeriod.Duration |
TimePeriod.Duration.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimePeriod.Duration[] |
TimePeriod.Duration.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<TimePeriod.Duration> |
TimePeriod.getDurations() |
Modifier and Type | Method and Description |
---|---|
static TimePeriod |
TimePeriod.interval(TimePeriod.Duration... durations) |
static TimePeriod |
TimePeriod.range(TimePeriod.Duration begging,
TimePeriod.Duration end) |
Copyright © 2018 WSO2. All rights reserved.