Class IvmlValueConverters

  • All Implemented Interfaces:
    org.eclipse.xtext.conversion.IValueConverterService, org.eclipse.xtext.conversion.IValueConverterService.Introspectable

    public class IvmlValueConverters
    extends org.eclipse.xtext.conversion.impl.AbstractDeclarativeValueConverterService
    Factory for the value converters.
    Author:
    Holger Eichelberger
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.eclipse.xtext.conversion.IValueConverterService

        org.eclipse.xtext.conversion.IValueConverterService.Introspectable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.eclipse.xtext.conversion.impl.AbstractIDValueConverter idValueConverter  
      private org.eclipse.xtext.conversion.impl.STRINGValueConverter stringValueConverter  
      private net.ssehub.easy.dslCore.values.VersionValueConverter versionValueConverter  
      • Fields inherited from class org.eclipse.xtext.conversion.impl.AbstractDeclarativeValueConverterService

        defaultTerminalConverterFactory
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.xtext.conversion.IValueConverter<java.lang.String> ID()
      Returns the value converter for IDs.
      org.eclipse.xtext.conversion.IValueConverter<java.lang.String> STRING()
      Returns the value converter for strings.
      org.eclipse.xtext.conversion.IValueConverter<java.lang.String> VERSION()
      Returns the value converter for version numbers.
      • Methods inherited from class org.eclipse.xtext.conversion.impl.AbstractDeclarativeValueConverterService

        getConverter, getConverters, getDefaultTerminalConverterFactory, getGrammar, internalRegisterForClass, isConfigurationMethod, recursiveRegisterForClass, registerEFactoryConverters, setDefaultTerminalConverterFactory, setGrammar, toString, toValue
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • idValueConverter

        @Inject
        private org.eclipse.xtext.conversion.impl.AbstractIDValueConverter idValueConverter
      • stringValueConverter

        @Inject
        private org.eclipse.xtext.conversion.impl.STRINGValueConverter stringValueConverter
      • versionValueConverter

        @Inject
        private net.ssehub.easy.dslCore.values.VersionValueConverter versionValueConverter
    • Constructor Detail

      • IvmlValueConverters

        public IvmlValueConverters()
    • Method Detail

      • ID

        public org.eclipse.xtext.conversion.IValueConverter<java.lang.String> ID()
        Returns the value converter for IDs.
        Returns:
        the value converter for IDs.
      • STRING

        public org.eclipse.xtext.conversion.IValueConverter<java.lang.String> STRING()
        Returns the value converter for strings.
        Returns:
        the value converter for strings.
      • VERSION

        public org.eclipse.xtext.conversion.IValueConverter<java.lang.String> VERSION()
        Returns the value converter for version numbers.
        Returns:
        the value converter for version numbers.