public class V2ValueToNumericValueConverter extends Object
| Constructor and Description |
|---|
V2ValueToNumericValueConverter() |
| Modifier and Type | Method and Description |
|---|---|
static Value |
convert(NumericValue nvalue) |
static NumericValue |
convert(Value value)
Converts a Value to a Numeric value (xml type 'numeric' is a subset of 'value', with only integer, real, rational
an NA)
|
public static NumericValue convert(Value value)
value - the value to convertpublic static Value convert(NumericValue nvalue)
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.