|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
V - the value typepublic interface ValueModifier<V>
Declares a capability for modifying a property value of a Java Bean.
| Method Summary | |
|---|---|
Class<V> |
getValueType()
An optional hint to clients that use reflection for the type of value modified by this instance. |
V |
modifyValue(V value)
Modifies and returns the specified value |
| Methods inherited from interface net.sf.adatagenerator.api.NamedInstance |
|---|
compareContexts, compareTo, getContext, getContextComparator, getName, getNamedInstanceComparator |
| Method Detail |
|---|
Class<V> getValueType()
V modifyValue(V value)
throws ModificationException
ModificationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||