T - the type not being editedpublic class FakeLeafValueEditor<T> extends java.lang.Object implements LeafValueEditor<T>
Editor.Ignore, Editor.Path| Constructor and Description | 
|---|
| FakeLeafValueEditor() | 
| Modifier and Type | Method and Description | 
|---|---|
| T | getValue()Returns the current value. | 
| void | setValue(T value)Sets the value. | 
public T getValue()
TakesValuegetValue in interface TakesValue<T>TakesValue.setValue(V)public void setValue(T value)
TakesValuesetValue in interface TakesValue<T>value - a value object of type VTakesValue.getValue()