com.metamatrix.common.types.basic
Class ClobToStringTransform

java.lang.Object
  extended by com.metamatrix.common.types.Transform
      extended by com.metamatrix.common.types.basic.AnyToStringTransform
          extended by com.metamatrix.common.types.basic.ClobToStringTransform

public class ClobToStringTransform
extends AnyToStringTransform


Constructor Summary
ClobToStringTransform()
           
 
Method Summary
 boolean isExplicit()
           
 java.lang.Object transformDirect(java.lang.Object value)
          This method transforms a value of the source type into a value of the target type.
 
Methods inherited from class com.metamatrix.common.types.basic.AnyToStringTransform
getSourceType, getTargetType
 
Methods inherited from class com.metamatrix.common.types.Transform
checkValueRange, equals, getDescription, getDisplayName, getSourceTypeName, getTargetTypeName, hashCode, toString, transform
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClobToStringTransform

public ClobToStringTransform()
Method Detail

transformDirect

public java.lang.Object transformDirect(java.lang.Object value)
                                 throws TransformationException
This method transforms a value of the source type into a value of the target type.

Overrides:
transformDirect in class AnyToStringTransform
Parameters:
value - Incoming value of source type
Returns:
Outgoing value of target type
Throws:
TransformationException - if value is an incorrect input type or the transformation fails

isExplicit

public boolean isExplicit()
Overrides:
isExplicit in class Transform
See Also:
Transform.isExplicit()


Copyright © 2009. All Rights Reserved.