org.databene.commons
Interface Mutator

All Known Subinterfaces:
NamedMutator
All Known Implementing Classes:
AbstractNamedMutator, AnyMutator, ConditionalMutator, ConvertingMutator, EmptyMutator, MutatorProxy, MutatorWrapper, StringMutator, TypedPropertyMutator, UntypedPropertyMutator

public interface Mutator

Models an object that mutates a target object of type C by specification of a value of type V.

Created: 08.05.2005 06:24:04

Since:
0.1
Author:
Volker Bergmann

Method Summary
 void setValue(java.lang.Object target, java.lang.Object value)
           
 

Method Detail

setValue

void setValue(java.lang.Object target,
              java.lang.Object value)
              throws UpdateFailedException
Throws:
UpdateFailedException


Copyright © 2010. All Rights Reserved.