net.sf.adatagenerator.febrl.modifiers
Class GivenNameMisspeller
java.lang.Object
net.sf.adatagenerator.core.AbstractValueModifier<T>
net.sf.adatagenerator.febrl.modifiers.FebrlDataDrivenModifier<String>
net.sf.adatagenerator.febrl.modifiers.GivenNameMisspeller
- All Implemented Interfaces:
- Comparable<NamedInstance>, NamedInstance, ValueModifier<String>
public class GivenNameMisspeller
- extends FebrlDataDrivenModifier<String>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
GivenNameMisspeller
public GivenNameMisspeller()
throws IOException
- Throws:
IOException
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.