public class PointValueConverter
extends java.lang.Object
Constructor and Description |
---|
PointValueConverter() |
Modifier and Type | Method and Description |
---|---|
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
|
public java.lang.String getValueClassName()
public java.lang.String getOtherClassName()
public java.lang.Object convertToValue(java.lang.Object theObject)
public java.lang.Object convertToOther(java.lang.Object theObject)