public class DoubleResultType extends Object implements SingleValueTypes<Double>
Constructor and Description |
---|
DoubleResultType(UniqueValueDef def,
double value) |
Modifier and Type | Method and Description |
---|---|
UniqueValueDef |
def() |
String |
description() |
String |
toString() |
Double |
value() |
public DoubleResultType(UniqueValueDef def, double value)
public Double value()
value
in interface ResultType<Double>
public String description()
description
in interface ResultType<Double>
public UniqueValueDef def()
def
in interface ResultType<Double>
Copyright © 2018. All rights reserved.