Package jadex.commons.transformation
Interface IObjectStringConverter
- 
 public interface IObjectStringConverterInterface for converters that convert an object to a string.
- 
- 
Method SummaryAll 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.
 
-