net.sf.adatagenerator.febrl.modifiers
Class GivenNameMisspeller

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

public class GivenNameMisspeller
extends FebrlDataDrivenModifier<String>


Nested Class Summary
 
Nested classes/interfaces inherited from class net.sf.adatagenerator.core.AbstractValueModifier
AbstractValueModifier.StringModifier
 
Field Summary
static String NAME
          Deprecated.  
static String RESOURCE_BASE_NAME
           
 
Fields inherited from class net.sf.adatagenerator.core.AbstractValueModifier
logger
 
Constructor Summary
GivenNameMisspeller()
           
 
Method Summary
protected  void loadData()
           
 String modifyValue(String value)
          Modifies and returns the specified value
 
Methods inherited from class net.sf.adatagenerator.febrl.modifiers.FebrlDataDrivenModifier
getFlatDistribution
 
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
 

Field Detail

RESOURCE_BASE_NAME

public static final String RESOURCE_BASE_NAME
See Also:
Constant Field Values

NAME

public static final String NAME
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

GivenNameMisspeller

public GivenNameMisspeller()
                    throws IOException
Throws:
IOException
Method Detail

loadData

protected void loadData()
                 throws IOException
Specified by:
loadData in class FebrlDataDrivenModifier<String>
Throws:
IOException

modifyValue

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

Specified by:
modifyValue in interface ValueModifier<String>
Specified by:
modifyValue in class FebrlDataDrivenModifier<String>


Copyright © 2011-2012. All Rights Reserved.