com.metamatrix.common.types.basic
Class ByteToStringTransform

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

public class ByteToStringTransform
extends AnyToStringTransform


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

ByteToStringTransform

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