net.sf.adatagenerator.febrl.modifiers
Class Transpositioner

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

public class Transpositioner
extends AbstractValueModifier.StringModifier

Author:
chirag

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
Transpositioner()
           
 
Method Summary
 String modifyValue(String 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

Transpositioner

public Transpositioner()
Method Detail

modifyValue

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

Throws:
ModificationException


Copyright © 2011-2012. All Rights Reserved.