T - The type of the wrapped valuepublic interface WritableValue<T>
WritableValue is an entity that wraps a value that can be read and
set. In general this interface should not be implemented directly but one of
its sub-interfaces (WritableBooleanValue etc.).WritableBooleanValue,
WritableDoubleValue,
WritableFloatValue,
WritableIntegerValue,
WritableLongValue,
WritableNumberValue,
WritableObjectValue,
WritableStringValue| Modifier and Type | Method and Description |
|---|---|
T |
getValue()
Get the wrapped value.
|
void |
setValue(T value)
Set the wrapped value.
|
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.