Class BigDecimalConverter

java.lang.Object
org.eclipse.xtext.conversion.impl.AbstractValueConverter<BigDecimal>
com.regnosys.rosetta.parsing.BigDecimalConverter
All Implemented Interfaces:
org.eclipse.xtext.conversion.IValueConverter<BigDecimal>

public class BigDecimalConverter extends org.eclipse.xtext.conversion.impl.AbstractValueConverter<BigDecimal>
  • Nested Class Summary

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

    org.eclipse.xtext.conversion.IValueConverter.RuleSpecific
  • Field Summary

    Fields inherited from interface org.eclipse.xtext.conversion.IValueConverter

    NO_OP_CONVERTER
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    toValue(String string, org.eclipse.xtext.nodemodel.INode node)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BigDecimalConverter

      public BigDecimalConverter()
  • Method Details

    • toValue

      public BigDecimal toValue(String string, org.eclipse.xtext.nodemodel.INode node) throws org.eclipse.xtext.conversion.ValueConverterException
      Throws:
      org.eclipse.xtext.conversion.ValueConverterException
    • toString

      public String toString(BigDecimal value) throws org.eclipse.xtext.conversion.ValueConverterException
      Throws:
      org.eclipse.xtext.conversion.ValueConverterException