com.adobe.idp.dsc.datatype
Interface Convertable


public interface Convertable

Classes implementing this interface explicitly specify how they are converted.


Method Summary
 java.lang.Object convert(java.lang.Class aType)
          Converts a value to the specified target type.
 

Method Detail

convert

java.lang.Object convert(java.lang.Class aType)
Converts a value to the specified target type.

Parameters:
aType - The target type.
Returns:
The converted object.


[an error occurred while processing this directive] [an error occurred while processing this directive]