Package org.teiid.core.types.basic
Class SQLXMLToStringTransform
- java.lang.Object
-
- org.teiid.core.types.Transform
-
- org.teiid.core.types.basic.AnyToStringTransform
-
- org.teiid.core.types.basic.SQLXMLToStringTransform
-
public class SQLXMLToStringTransform extends AnyToStringTransform
-
-
Constructor Summary
Constructors Constructor Description SQLXMLToStringTransform()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisExplicit()ObjecttransformDirect(Object value)This method transforms a value of the source type into a value of the target type.-
Methods inherited from class org.teiid.core.types.basic.AnyToStringTransform
getSourceType, getTargetType
-
Methods inherited from class org.teiid.core.types.Transform
getDescription, getDisplayName, getSourceTypeName, getTargetTypeName, toString, transform
-
-
-
-
Method Detail
-
transformDirect
public Object transformDirect(Object value) throws TransformationException
This method transforms a value of the source type into a value of the target type.- Overrides:
transformDirectin classAnyToStringTransform- 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:
isExplicitin classTransform- See Also:
Transform.isExplicit()
-
-