IBM Rational Functional Tester
Version 8.1.1000
IBM Rational Functional Tester Proxy SDK Reference

Project Version 2.3

com.rational.test.ft.domain.java.swt
Class PointValueConverter

java.lang.Object   extended by com.rational.test.ft.domain.java.swt.PointValueConverter
All Implemented Interfaces:
com.rational.test.ft.value.converters.IConvertValueClass

public class PointValueConverter
extends java.lang.Object
implements com.rational.test.ft.value.converters.IConvertValueClass


Constructor Summary
PointValueConverter()
           
 
Method Summary
 java.lang.Object convertToOther(java.lang.Object theObject)
          Convert from the value class to the other class
 java.lang.Object convertToValue(java.lang.Object theObject)
          Convert from the other class to the value class
 java.lang.String getOtherClassName()
          The other classname
 java.lang.String getValueClassName()
          The value classname
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointValueConverter

public PointValueConverter()
Method Detail

getValueClassName

public java.lang.String getValueClassName()
The value classname

Specified by:
getValueClassName in interface com.rational.test.ft.value.converters.IConvertValueClass

getOtherClassName

public java.lang.String getOtherClassName()
The other classname

Specified by:
getOtherClassName in interface com.rational.test.ft.value.converters.IConvertValueClass

convertToValue

public java.lang.Object convertToValue(java.lang.Object theObject)
Convert from the other class to the value class

Specified by:
convertToValue in interface com.rational.test.ft.value.converters.IConvertValueClass

convertToOther

public java.lang.Object convertToOther(java.lang.Object theObject)
Convert from the value class to the other class

Specified by:
convertToOther in interface com.rational.test.ft.value.converters.IConvertValueClass