2009-01-09 1.2.0

org.eclipse.soda.dk.transform
Class MapTransform

java.lang.Object
  extended by org.eclipse.soda.dk.transform.MapTransform
All Implemented Interfaces:
TransformService

public class MapTransform
extends java.lang.Object
implements TransformService

Version:
1.2.0

Constructor Summary
MapTransform()
          Constructs an instance of this class.
 
Method Summary
 java.lang.Object decode(java.lang.Object value)
          Decode with the specified value parameter and return the Object result.
 java.lang.Object encode(java.lang.Object value)
          Encode with the specified value parameter and return the Object result.
static MapTransform getTransform()
          Gets the transform (MapTransform) value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapTransform

public MapTransform()
Constructs an instance of this class.

Method Detail

getTransform

public static MapTransform getTransform()
Gets the transform (MapTransform) value.

Returns:
The transform (NotTransform) value.
See Also:
MapTransform()

decode

public java.lang.Object decode(java.lang.Object value)
Decode with the specified value parameter and return the Object result.

Specified by:
decode in interface TransformService
Parameters:
value - The value (Object) parameter.
Returns:
Results of the decode (Object) value.

encode

public java.lang.Object encode(java.lang.Object value)
Encode with the specified value parameter and return the Object result.

Specified by:
encode in interface TransformService
Parameters:
value - The value (Object) parameter.
Returns:
Results of the encode (Object) value.

2009-01-09 1.2.0

Copyright (c) 2009 IBM. See license in Legal section.