com.ibm.ulc.ui.dataTypes
Class UIIntegerFloatingDecimalConverter

java.lang.Object
  |
  +--com.ibm.ulc.ui.dataTypes.UIFloatingDecimalConverter
        |
        +--com.ibm.ulc.ui.dataTypes.UIIntegerFloatingDecimalConverter

public class UIIntegerFloatingDecimalConverter
extends UIFloatingDecimalConverter
implements IStringConverter

Insert the type's description here. Creation date: (23-Nov-99 10:58:10 AM)


Constructor Summary
UIIntegerFloatingDecimalConverter()
          UIIntegerFloatingDecimalConverter constructor comment.
 
Method Summary
 java.lang.Object convertToObject(java.lang.String string)
          convertToObject using FloatingDecimal
 
Methods inherited from class com.ibm.ulc.ui.dataTypes.UIFloatingDecimalConverter
convertToEditString, convertToString, getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIIntegerFloatingDecimalConverter

public UIIntegerFloatingDecimalConverter()
UIIntegerFloatingDecimalConverter constructor comment.
Method Detail

convertToObject

public java.lang.Object convertToObject(java.lang.String string)
                                 throws DataTypeConversionException
convertToObject using FloatingDecimal
Specified by:
convertToObject in interface IStringConverter
Overrides:
convertToObject in class UIFloatingDecimalConverter
Tags copied from interface: IStringConverter
Parameters:
string - java.lang.String
Returns:
java.lang.Object
Throws:
DataTypeConversionException - The exception description.