de.cau.cs.kieler.synccharts.labelparser.formatting
Class ActionLabelValueConverter

java.lang.Object
  extended by org.eclipse.xtext.conversion.impl.AbstractValueConverterService
      extended by org.eclipse.xtext.conversion.impl.AbstractDeclarativeValueConverterService
          extended by org.eclipse.xtext.common.services.DefaultTerminalConverters
              extended by de.cau.cs.kieler.synccharts.labelparser.formatting.ActionLabelValueConverter
All Implemented Interfaces:
org.eclipse.xtext.conversion.IValueConverterService

public class ActionLabelValueConverter
extends org.eclipse.xtext.common.services.DefaultTerminalConverters

Rating red

Constructor Summary
ActionLabelValueConverter()
           
 
Method Summary
 org.eclipse.xtext.conversion.IValueConverter<Boolean> Boolean()
          Standard boolean data type converter to convert standard Java style boolean strings "true" and "false" into Boolean objects and vice versa.
 org.eclipse.xtext.conversion.IValueConverter<Float> Float()
          Standard boolean data type converter to convert standard Java style boolean strings "true" and "false" into Boolean objects and vice versa.
 
Methods inherited from class org.eclipse.xtext.common.services.DefaultTerminalConverters
ID, INT, STRING
 
Methods inherited from class org.eclipse.xtext.conversion.impl.AbstractDeclarativeValueConverterService
getConverter, getConverters, getGrammar, internalRegisterForClass, isConfigurationMethod, registerEFactoryConverters, setGrammar, toString, toValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionLabelValueConverter

public ActionLabelValueConverter()
Method Detail

Boolean

public org.eclipse.xtext.conversion.IValueConverter<Boolean> Boolean()
Standard boolean data type converter to convert standard Java style boolean strings "true" and "false" into Boolean objects and vice versa.

Returns:
value converter for standard Java style booleans

Float

public org.eclipse.xtext.conversion.IValueConverter<Float> Float()
Standard boolean data type converter to convert standard Java style boolean strings "true" and "false" into Boolean objects and vice versa.

Returns:
value converter for standard Java style booleans