net.sf.ezmorph.primitive
Class AbstractDecimalMorpher

java.lang.Object
  extended by net.sf.ezmorph.primitive.AbstractPrimitiveMorpher
      extended by 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

Constructor Summary
AbstractDecimalMorpher()
           
AbstractDecimalMorpher(boolean useDefault)
           
 
Method Summary
 
Methods inherited from class net.sf.ezmorph.primitive.AbstractPrimitiveMorpher
isUseDefault, supports
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.ezmorph.Morpher
morphsTo
 

Constructor Detail

AbstractDecimalMorpher

public AbstractDecimalMorpher()

AbstractDecimalMorpher

public AbstractDecimalMorpher(boolean useDefault)


Copyright © 2006 null. All Rights Reserved.