net.sf.adatagenerator.modifiers
Class NoChangeValueModifier<T>

java.lang.Object
  extended by net.sf.adatagenerator.core.AbstractValueModifier<T>
      extended by net.sf.adatagenerator.modifiers.NoChangeValueModifier<T>
All Implemented Interfaces:
Comparable<NamedInstance>, NamedInstance, ValueModifier<T>

public class NoChangeValueModifier<T>
extends AbstractValueModifier<T>


Nested Class Summary
 
Nested classes/interfaces inherited from class net.sf.adatagenerator.core.AbstractValueModifier
AbstractValueModifier.StringModifier
 
Field Summary
 
Fields inherited from class net.sf.adatagenerator.core.AbstractValueModifier
logger
 
Constructor Summary
NoChangeValueModifier(Class<T> type)
           
 
Method Summary
 T modifyValue(T value)
          Modifies and returns the specified value
 
Methods inherited from class net.sf.adatagenerator.core.AbstractValueModifier
compareContexts, compareTo, getContext, getContextComparator, getName, getNameDelegate, getNamedInstanceComparator, getValueType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoChangeValueModifier

public NoChangeValueModifier(Class<T> type)
Method Detail

modifyValue

public T modifyValue(T value)
              throws ModificationException
Description copied from interface: ValueModifier
Modifies and returns the specified value

Throws:
ModificationException


Copyright © 2011-2012. All Rights Reserved.