org.locomotive.directory
Class IntegerConverter

java.lang.Object
  |
  +--org.locomotive.directory.IntegerConverter

public class IntegerConverter
extends java.lang.Object
implements PropertyConverter

Convert an object to Integer.

Version:
$Id: IntegerConverter.java,v 1.2 1999/05/05 10:19:32 gunnar Exp $
Author:
Gunnar Rønning (gunnar@candleweb.no).

Constructor Summary
IntegerConverter()
           
 
Method Summary
 java.lang.Object convertProperty(java.lang.Object value)
          Convert an object of one class to an object to another class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegerConverter

public IntegerConverter()
Method Detail

convertProperty

public java.lang.Object convertProperty(java.lang.Object value)
Description copied from interface: PropertyConverter
Convert an object of one class to an object to another class.
Specified by:
convertProperty in interface PropertyConverter
Tags copied from interface: PropertyConverter
Parameters:
value - The value to convert.
Returns:
The object resulting from the conversion.