public class DecimalQueryResult extends Object implements QueryResult<Double>
Constructor and Description |
---|
DecimalQueryResult(Double value) |
Modifier and Type | Method and Description |
---|---|
AttributeExpression.ResultType |
getResultType() |
Double |
getValue() |
String |
toString() |
private final Double value
public DecimalQueryResult(Double value)
public Double getValue()
getValue
in interface QueryResult<Double>
public AttributeExpression.ResultType getResultType()
getResultType
in interface QueryResult<Double>
Copyright © 2019 Apache NiFi Project. All rights reserved.