org.araneaframework.backend.list.helper.builder
Interface ValueConverter

All Known Implementing Classes:
StandardValueConverter

public interface ValueConverter

Converter that is used to convert Values. This is generally used to convert different values according to their names.

See Also:
Value, Converter

Method Summary
 Object convert(Value value)
          Converts the Value.
 

Method Detail

convert

public Object convert(Value value)
Converts the Value.

Parameters:
value - the Value.
Returns:
the converted value.