ValueParser<Double>public class DoubleValueParser extends Object implements ValueParser<Double>
| Constructor | Description |
|---|---|
DoubleValueParser() |
| Modifier and Type | Method | Description |
|---|---|---|
Object[] |
getSupportedTypes() |
Get the types supported by this value parser
|
Double |
parse(Object value) |
Coerce an object into the generic type
|
public Object[] getSupportedTypes()
ValueParsergetSupportedTypes in interface ValueParser<Double>public Double parse(Object value)
ValueParserparse in interface ValueParser<Double>value - the value to convertCopyright © 2018 Institut Laue-Langevin. All rights reserved.