T
- the type of the valuepublic static class ERXLazyValue.KVCSource<T> extends Object implements ERXLazyValue.Source<T>
Constructor and Description |
---|
KVCSource(Object target,
String keyPath)
Constructs a new KVCSource.
|
Modifier and Type | Method and Description |
---|---|
void |
setValue(T value)
Sets the value of the keypath on the target.
|
String |
toString() |
T |
value()
Returns the value of the kaypath on the target.
|
public T value()
value
in interface ERXLazyValue.Source<T>
public void setValue(T value)
setValue
in interface ERXLazyValue.Source<T>
value
- the new valueCopyright © 2002 – 2024 Project Wonder.