Package jadex.commons.transformation
Interface IStringObjectConverter
- 
- All Known Implementing Classes:
- MEnvSpaceType.ClassConverter
 
 public interface IStringObjectConverterType converter for converting a string to another type.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectconvertString(java.lang.String val, java.lang.Object context)Convert a string value to another type.
 
-