|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the bean typeP - the pair typepublic interface PairModifier<T,P extends ModifiablePair<T>>
Declares a capability for modifying modifies a pair of Java Beans.
| Nested Class Summary | |
|---|---|
static class |
PairModifier.ModificationResult
An enumeration of how a processor may change a pair by processing it. |
| Method Summary | |
|---|---|
P |
modifyPair(P target)
Modifies the target and updates its current status. |
| Methods inherited from interface net.sf.adatagenerator.api.NamedInstance |
|---|
compareContexts, compareTo, getContext, getContextComparator, getName, getNamedInstanceComparator |
| Method Detail |
|---|
P modifyPair(P target)
throws ModificationException
target - the object to modify
ModificationException - if modification fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||