| Package | Description |
|---|---|
| com.gooddata.sdk.model.executeafm.afm.filter |
| Modifier and Type | Method and Description |
|---|---|
RangeConditionOperator |
RangeCondition.getOperator() |
static RangeConditionOperator |
RangeConditionOperator.of(String operator) |
static RangeConditionOperator |
RangeConditionOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RangeConditionOperator[] |
RangeConditionOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RangeCondition(RangeConditionOperator operator,
BigDecimal from,
BigDecimal to)
Creates a new
RangeCondition instance. |
Copyright © 2019. All rights reserved.