com.metamatrix.common.types.basic
Class ShortToStringTransform

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

public class ShortToStringTransform
extends AnyToStringTransform


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

ShortToStringTransform

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