Package | Description |
---|---|
com.yahoo.bard.webservice.web |
Modifier and Type | Method and Description |
---|---|
static HavingOperation |
HavingOperation.fromString(String value)
Convert from a string to a Having operation.
|
HavingOperation |
ApiHaving.getOperation() |
static HavingOperation |
HavingOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HavingOperation[] |
HavingOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ApiHaving |
ApiHaving.withOperation(HavingOperation operation) |
Constructor and Description |
---|
ApiHaving(LogicalMetric metric,
HavingOperation operation,
List<Double> values)
Constructor for an ApiHaving object whose data has already been parsed.
|
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.