ModeShape Distribution 3.0.0.CR1

org.modeshape.jdbc.types
Class DecimalTransform

java.lang.Object
  extended by org.modeshape.jdbc.types.DecimalTransform
All Implemented Interfaces:
Transform

public class DecimalTransform
extends Object
implements Transform


Constructor Summary
DecimalTransform()
           
 
Method Summary
 Object transform(Value value)
          This method transforms a value of the source type into a value of the target type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecimalTransform

public DecimalTransform()
Method Detail

transform

public Object transform(Value value)
                 throws ValueFormatException,
                        RepositoryException
This method transforms a value of the source type into a value of the target type.

Specified by:
transform in interface Transform
Parameters:
value - Incoming value of source type
Returns:
Outgoing value of target type
Throws:
RepositoryException
ValueFormatException
See Also:
Transform.transform(javax.jcr.Value)

ModeShape Distribution 3.0.0.CR1

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.