net.sf.ezmorph.primitive
Class AbstractDecimalMorpher
java.lang.Object
net.sf.ezmorph.primitive.AbstractPrimitiveMorpher
net.sf.ezmorph.primitive.AbstractDecimalMorpher
- All Implemented Interfaces:
- Morpher
- Direct Known Subclasses:
- DoubleMorpher, FloatMorpher
public abstract class AbstractDecimalMorpher
- extends AbstractPrimitiveMorpher
Base class for primitive decimal conversion.
- Author:
- Andres Almiray
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractDecimalMorpher
public AbstractDecimalMorpher()
AbstractDecimalMorpher
public AbstractDecimalMorpher(boolean useDefault)
- Parameters:
useDefault
- if morph() should return a default value if the value to
be morphed is null
Copyright © 2006-2008. All Rights Reserved.