net.sf.adatagenerator.modifiers
Class NullValueModifier<T>
java.lang.Object
net.sf.adatagenerator.core.AbstractValueModifier<T>
net.sf.adatagenerator.modifiers.NullValueModifier<T>
- All Implemented Interfaces:
- Comparable<NamedInstance>, NamedInstance, ValueModifier<T>
public class NullValueModifier<T>
- extends AbstractValueModifier<T>
|
Method Summary |
T |
modifyValue(T value)
Modifies and returns the specified value |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullValueModifier
public NullValueModifier(Class<T> type)
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.