org.eclipse.xtext.conversion.impl
Class AbstractValueConverterService

java.lang.Object
  extended by org.eclipse.xtext.conversion.impl.AbstractValueConverterService
All Implemented Interfaces:
IValueConverterService
Direct Known Subclasses:
AbstractDeclarativeValueConverterService

public abstract class AbstractValueConverterService
extends java.lang.Object
implements IValueConverterService

Author:
Sven Efftinge - Initial contribution and API

Constructor Summary
AbstractValueConverterService()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.xtext.conversion.IValueConverterService
toString, toValue
 

Constructor Detail

AbstractValueConverterService

public AbstractValueConverterService()