Commit 08f71bad authored by Philip Makedonski's avatar Philip Makedonski
Browse files

+ bind value converter

parent e7960b74
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -3,9 +3,14 @@
 */
package org.etsi.mts.tdl;

import org.eclipse.xtext.conversion.IValueConverterService;

/**
 * Use this class to register components to be used at runtime / without the Equinox extension registry.
 */
public class TDLtxRuntimeModule extends AbstractTDLtxRuntimeModule {
	@Override
	public Class<? extends IValueConverterService> bindIValueConverterService() {
		return EString2XtextConverter.class;
	}
}