org.locomotive.directory
Class StringConverter

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

public class StringConverter
extends java.lang.Object
implements PropertyConverter

Converter for converting objects to String.

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

Constructor Summary
StringConverter()
           
 
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

StringConverter

public StringConverter()
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.