com.metamatrix.common.types.basic
Class BigDecimalToStringTransform

java.lang.Object
  extended by com.metamatrix.common.types.AbstractTransform
      extended by com.metamatrix.common.types.basic.AnyToStringTransform
          extended by com.metamatrix.common.types.basic.BigDecimalToStringTransform
All Implemented Interfaces:
Transform

public class BigDecimalToStringTransform
extends AnyToStringTransform


Constructor Summary
BigDecimalToStringTransform()
           
 
Method Summary
 java.lang.Class getSourceType()
          Type of the incoming value.
 
Methods inherited from class com.metamatrix.common.types.basic.AnyToStringTransform
getTargetType, transform
 
Methods inherited from class com.metamatrix.common.types.AbstractTransform
equals, getDescription, getDisplayName, getSourceTypeName, getTargetTypeName, hashCode, isNarrowing, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BigDecimalToStringTransform

public BigDecimalToStringTransform()
Method Detail

getSourceType

public java.lang.Class getSourceType()
Type of the incoming value.

Specified by:
getSourceType in interface Transform
Specified by:
getSourceType in class AnyToStringTransform
Returns:
Source type


Copyright © 2009. All Rights Reserved.