|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.common.types.AbstractTransform
com.metamatrix.common.types.basic.StringToClobTransform
public class StringToClobTransform
Constructor Summary | |
---|---|
StringToClobTransform()
|
Method Summary | |
---|---|
java.lang.Class |
getSourceType()
Type of the incoming value. |
java.lang.Class |
getTargetType()
Type of the outgoing value. |
java.lang.Object |
transform(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.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 |
---|
public StringToClobTransform()
Method Detail |
---|
public java.lang.Object transform(java.lang.Object value) throws TransformationException
transform
in interface Transform
transform
in class AbstractTransform
value
- Incoming value of source type
TransformationException
- if value is an incorrect input type or
the transformation failspublic java.lang.Class getSourceType()
getSourceType
in interface Transform
getSourceType
in class AbstractTransform
public java.lang.Class getTargetType()
getTargetType
in interface Transform
getTargetType
in class AbstractTransform
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |