Package jadex.commons.transformation
Interface IObjectStringConverter
- 
public interface IObjectStringConverterInterface for converters that convert an object to a string. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringconvertObject(java.lang.Object val, java.lang.Object context)Convert a value to a string type. 
 -