org.databene.commons.mutator
Class MutatorWrapper

java.lang.Object
  extended by org.databene.commons.mutator.MutatorWrapper
All Implemented Interfaces:
Mutator
Direct Known Subclasses:
ConvertingMutator, MutatorProxy

public abstract class MutatorWrapper
extends java.lang.Object
implements Mutator

Wraps a Mutator.

Created: 25.01.2008 13:33:37

Since:
0.3.0
Author:
Volker Bergmann

Field Summary
protected  Mutator realMutator
           
 
Constructor Summary
MutatorWrapper(Mutator realMutator)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.databene.commons.Mutator
setValue
 

Field Detail

realMutator

protected Mutator realMutator
Constructor Detail

MutatorWrapper

public MutatorWrapper(Mutator realMutator)


Copyright © 2010. All Rights Reserved.