org.apache.beehive.netui.util.type
Interface TypeConverter


public interface TypeConverter

Interface used to define converters for converting Strings into various Object types.


Method Summary
 Object convertToObject(String value)
          Convert a String to an Object type
 

Method Detail

convertToObject

Object convertToObject(String value)
Convert a String to an Object type

Parameters:
value - the String value to convert
Returns:
the converted object