|
||||||||||
| 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.ByteToBigIntegerTransform
public class ByteToBigIntegerTransform
| Constructor Summary | |
|---|---|
ByteToBigIntegerTransform()
|
|
| 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 ByteToBigIntegerTransform()
| Method Detail |
|---|
public java.lang.Object transform(java.lang.Object value)
throws TransformationException
transform in interface Transformtransform in class AbstractTransformvalue - Incoming value of source type
TransformationException - if value is an incorrect input type or
the transformation failspublic java.lang.Class getSourceType()
getSourceType in interface TransformgetSourceType in class AbstractTransformpublic java.lang.Class getTargetType()
getTargetType in interface TransformgetTargetType in class AbstractTransform
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||