com.metamatrix.common.types.basic
Class LongToStringTransform

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.LongToStringTransform
All Implemented Interfaces:
Transform

public class LongToStringTransform
extends AnyToStringTransform


Constructor Summary
LongToStringTransform()
           
 
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

LongToStringTransform

public LongToStringTransform()
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.