E
- parent data objectF
- class of the value to extract@FunctionalInterface
public static interface ReportTree.ValueSetter<E extends DataObject<E>,F>
Modifier and Type | Method and Description |
---|---|
void |
set(E dataobject,
F value)
sets a value on the data object
|