Modifier and Type | Method and Description |
---|---|
DoubleValue |
DoubleValueSerializer.convertToTypedValue(UntypedValueImpl untypedValue) |
DoubleValue |
DoubleValueSerializer.readValue(ValueFields valueFields) |
Modifier and Type | Method and Description |
---|---|
void |
DoubleValueSerializer.writeValue(DoubleValue value,
ValueFields valueFields) |
Modifier and Type | Method and Description |
---|---|
static DoubleValue |
Variables.doubleValue(Double doubleValue)
Creates a new
DoubleValue that encapsulates the given doubleValue |
static DoubleValue |
Variables.doubleValue(Double doubleValue,
boolean isTransient)
Creates a new
DoubleValue that encapsulates the given doubleValue |
Modifier and Type | Method and Description |
---|---|
DoubleValue |
PrimitiveValueTypeImpl.DoubleTypeImpl.convertFromTypedValue(TypedValue typedValue) |
DoubleValue |
PrimitiveValueTypeImpl.DoubleTypeImpl.createValue(Object value,
Map<String,Object> valueInfo) |
Modifier and Type | Class and Description |
---|---|
static class |
PrimitiveTypeValueImpl.DoubleValueImpl |
Copyright © 2019. All rights reserved.